summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/blogs/HubView.js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js/lib/blogs/HubView.js')
-rwxr-xr-xStoneIsland/www/js/lib/blogs/HubView.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/blogs/HubView.js b/StoneIsland/www/js/lib/blogs/HubView.js
index 53946b0c..4164ab0e 100755
--- a/StoneIsland/www/js/lib/blogs/HubView.js
+++ b/StoneIsland/www/js/lib/blogs/HubView.js
@@ -177,7 +177,7 @@ var HubLoader = (function(){
view.scroller.refresh()
if (count === 3 && ! needed) return
if (count === 10) return
- setTimeout(HubLoader.load, count < 3 ? 1000 : 30000)
+ setTimeout(HubLoader.load, count < 3 ? 1000 : 5000)
}
return HubLoader
})()