diff --git a/core/src/conf/bootstrap_context.php b/core/src/conf/bootstrap_context.php index 7f06981f57..3091c42f05 100644 --- a/core/src/conf/bootstrap_context.php +++ b/core/src/conf/bootstrap_context.php @@ -74,6 +74,9 @@ define("AJXP_SERVER_DEBUG" , false); define("AJXP_SKIP_CACHE" , false); +// KEY-VALUE-CACHE +define("AJXP_KVCACHE_PREFIX", "pydio-unique-id"); +define("AJXP_KVCACHE_IGNORE", true ); // PBKDF2 CONSTANTS FOR A SECURE STORAGE OF PASSWORDS // These constants may be changed without breaking existing hashes.