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

Commit

Permalink
Commit bootstrap_context with KVCACHE_IGNORE by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Oct 5, 2015
1 parent c304af1 commit a9c28fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/src/conf/bootstrap_context.php
Expand Up @@ -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.
Expand Down

0 comments on commit a9c28fb

Please sign in to comment.