@@ -41,7 +41,7 @@ |
||
41 | 41 | $hash = $this->getHash($widget); |
42 | 42 | if ($hash) { |
43 | 43 | $this->redis->set($hash, $content); |
44 | - $this->redis->expire($hash, 7 * 24 * 60 * 1000); // cache for a week |
|
44 | + $this->redis->expire($hash, 7*24*60*1000); // cache for a week |
|
45 | 45 | } |
46 | 46 | } |
47 | 47 |