s/ES.RECYCLE/es.cache.recycle

This commit is contained in:
Simon Willnauer 2013-04-19 11:48:28 +02:00
parent 05b6c46bec
commit 2d13aa29f8
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ public final class CacheRecycler {
private static final Recycler INSTANCE;
static {
String property = System.getProperty("ES.RECYCLE");
String property = System.getProperty("es.cache.recycle");
if (property != null && !Boolean.parseBoolean(property)) {
INSTANCE = new NoCacheCacheRecycler();
} else {