diff --git a/var/upgrades/upgrade_7.9.3-8.0.0.pl b/var/upgrades/upgrade_7.9.3-8.0.0.pl index ce8f29cbe..ef8bf701b 100644 --- a/var/upgrades/upgrade_7.9.3-8.0.0.pl +++ b/var/upgrades/upgrade_7.9.3-8.0.0.pl @@ -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");