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 });