Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 18e4460

Browse files
committed
AJXP_KEY_VALUE_CACHE
1 parent 73cb845 commit 18e4460

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/src/conf/bootstrap_context.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@
6868
// example in log.serial. Do not forget the trailing slash
6969
// define("AJXP_FORCE_LOGPATH", "/var/log/ajaxplorer/");
7070

71+
// KEY-VALUE-CACHE
72+
define("AJXP_KVCACHE_PREFIX", "pydio-unique-id");
73+
define("AJXP_KVCACHE_IGNORE", false);
7174

7275
// DEBUG OPTIONS
7376
define("AJXP_CLIENT_DEBUG" , false);

0 commit comments

Comments
 (0)