mirror of https://github.com/apache/druid.git
default cache size to zero
This commit is contained in:
parent
077dd7c589
commit
16bffe0588
|
@ -29,7 +29,7 @@ public class LocalCacheProvider implements CacheProvider
|
|||
{
|
||||
@JsonProperty
|
||||
@Min(0)
|
||||
private long sizeInBytes = 10485760;
|
||||
private long sizeInBytes = 0;
|
||||
|
||||
@JsonProperty
|
||||
@Min(0)
|
||||
|
|
Loading…
Reference in New Issue