From a9c28fb750e5cb81e1d39c99b7e86b8fe2ad20a3 Mon Sep 17 00:00:00 2001 From: cdujeu Date: Mon, 5 Oct 2015 18:54:36 +0200 Subject: [PATCH] Commit bootstrap_context with KVCACHE_IGNORE by default. --- core/src/conf/bootstrap_context.php | 3 +++ 1 file changed, 3 insertions(+) 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.