New default for settings.cacheTime

This commit is contained in:
Kerrick Long
2011-07-15 10:25:01 -05:00
parent 0787fd0cff
commit 0174b88dc3
+1 -1
View File
@@ -1,7 +1,7 @@
var settings, cache, utils, button, reddit, background;
settings = new Store('settings', {
'cacheTime': 1,
'cacheTime': 3,
'freshCutoff': 7,
'popupWidth': 640
});