set a root_dir so forked servers use same cache

This commit is contained in:
Doug Bell 2010-04-21 12:40:50 -05:00
parent 69a7e172a5
commit beb2f2cf59

View file

@ -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");