From 0174b88dc3aafab8602299c39faeed423b123fd1 Mon Sep 17 00:00:00 2001 From: Kerrick Long Date: Fri, 15 Jul 2011 10:25:01 -0500 Subject: [PATCH] New default for settings.cacheTime --- js/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/common.js b/js/common.js index 15b809b..b522ace 100644 --- a/js/common.js +++ b/js/common.js @@ -1,7 +1,7 @@ var settings, cache, utils, button, reddit, background; settings = new Store('settings', { - 'cacheTime': 1, + 'cacheTime': 3, 'freshCutoff': 7, 'popupWidth': 640 });