dever 6 years ago
parent
commit
9555810ceb
1 changed files with 1 additions and 1 deletions
  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();
             $this->data['journal'] = array();
         }
         }
 
 
-        Dever::cache($key, $this->data);
+        Dever::cache($key, $this->data, 900);
 
 
         return $this->data;
         return $this->data;
     }
     }