Skip to content

Commit

Permalink
Change RWFileCache directory to /tmp/php-uk-bank-holidays-cache/
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Hall committed Jan 24, 2018
1 parent 230b7ad commit 2e35eab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cache/.keep

This file was deleted.

2 changes: 1 addition & 1 deletion src/Objects/CacheDrivers/RWFileCacheDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function __construct()
$this->cache = new RWFileCache();
$this->cache->changeConfig(
array(
"cacheDirectory" => __DIR__."/../../../cache/",
"cacheDirectory" => "/tmp/php-uk-bank-holidays-cache/",
"gzipCompression" => true
)
);
Expand Down

0 comments on commit 2e35eab

Please sign in to comment.