dever 6 年之前
父节点
当前提交
9555810ceb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main/src/Journal.php

+ 1 - 1
main/src/Journal.php

@@ -104,7 +104,7 @@ class Journal extends Core
             $this->data['journal'] = array();
         }
 
-        Dever::cache($key, $this->data);
+        Dever::cache($key, $this->data, 900);
 
         return $this->data;
     }