From b0df4112b3572c2904472e86199e2d47b6246606 Mon Sep 17 00:00:00 2001 From: anekos Date: Sat, 19 Mar 2011 17:32:31 +0900 Subject: キャッシュの保持時間を長くする --- usi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usi.js') 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}); -- cgit v1.2.3