diff options
author | anekos | 2011-03-19 17:32:31 +0900 |
---|---|---|
committer | anekos | 2011-03-19 17:32:31 +0900 |
commit | b0df4112b3572c2904472e86199e2d47b6246606 (patch) | |
tree | 0627f254babc1b645782f269e2798010b9486cca /usi.js | |
parent | 927547a379b378a5fe1ab631ffc18f3cc3055767 (diff) | |
download | vimperator-plugins-b0df4112b3572c2904472e86199e2d47b6246606.tar.bz2 |
キャッシュの保持時間を長くする
Diffstat (limited to 'usi.js')
-rw-r--r-- | usi.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ let INFO = // Cache {{{ - CacheAge = 1000 * 60; + CacheAge = 10 * 1000 * 60; const StorageCache = (function () { let store = storage.newMap(AppName + '-cache', {store: true}); |