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;
|
private static final Recycler INSTANCE;
|
||||||
static {
|
static {
|
||||||
String property = System.getProperty("ES.RECYCLE");
|
String property = System.getProperty("es.cache.recycle");
|
||||||
if (property != null && !Boolean.parseBoolean(property)) {
|
if (property != null && !Boolean.parseBoolean(property)) {
|
||||||
INSTANCE = new NoCacheCacheRecycler();
|
INSTANCE = new NoCacheCacheRecycler();
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue