aboutsummaryrefslogtreecommitdiffstats
path: root/usi.js
diff options
context:
space:
mode:
authoranekos2011-03-19 17:32:31 +0900
committeranekos2011-03-19 17:32:31 +0900
commitb0df4112b3572c2904472e86199e2d47b6246606 (patch)
tree0627f254babc1b645782f269e2798010b9486cca /usi.js
parent927547a379b378a5fe1ab631ffc18f3cc3055767 (diff)
downloadvimperator-plugins-b0df4112b3572c2904472e86199e2d47b6246606.tar.bz2
キャッシュの保持時間を長くする
Diffstat (limited to 'usi.js')
-rw-r--r--usi.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/usi.js b/usi.js
index 86d9965..04f6a47 100644
--- a/usi.js
+++ b/usi.js
@@ -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});