s/ES.RECYCLE/es.cache.recycle
This commit is contained in:
parent
05b6c46bec
commit
2d13aa29f8
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue