Make cache be in special subdir of /tmp

This commit is contained in:
Robert Miles 2018-07-02 18:49:08 -04:00
parent 35e25cab35
commit 880e39f705
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ define('ALLOW_ALL_PORTS', true);
// lifetime of requests in the cache
define('CACHE_LIFETIME', 3600);
define('CACHE_PATH', "/tmp");
define('CACHE_PATH', "/tmp/gophper");
define('APP_NAME', '~team gopher');