set a root_dir so forked servers use same cache
This commit is contained in:
parent
69a7e172a5
commit
beb2f2cf59
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ sub migrateToNewCache {
|
|||
$config->set("cache", {
|
||||
"driver" => "FastMmap",
|
||||
"expires_variance" => "0.10",
|
||||
"root_dir" => "/tmp/WebGUICache",
|
||||
});
|
||||
$config->set("hotSessionFlushToDb", 600);
|
||||
$config->delete("disableCache");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue