default cache size to zero

This commit is contained in:
Xavier Léauté 2014-04-14 16:23:54 -07:00
parent 077dd7c589
commit 16bffe0588
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ public class LocalCacheProvider implements CacheProvider
{
@JsonProperty
@Min(0)
private long sizeInBytes = 10485760;
private long sizeInBytes = 0;
@JsonProperty
@Min(0)