summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-12-07 16:48:16 +0100
committerJules Laplace <julescarbon@gmail.com>2020-12-07 16:48:16 +0100
commitbf0d6b678d635a9839166a370a6ecc32ccb7b3b5 (patch)
tree3c66834e856da8363cfd6a575d14def47a242a51 /StoneIsland/www/js/index.js
parenta2b1fa7df396cf0f43ffc392fdf6cea9ff3bfc1f (diff)
limited ed
Diffstat (limited to 'StoneIsland/www/js/index.js')
-rwxr-xr-xStoneIsland/www/js/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js
index 5d0ed9ef..b61e545d 100755
--- a/StoneIsland/www/js/index.js
+++ b/StoneIsland/www/js/index.js
@@ -156,7 +156,7 @@ var app = (function(){
geo.fetch()
var now = +Date.now()
- if (now - refresh_time > 60 * 1000) {
+ if (now - refresh_time > 10 * 1000) {
refresh_time = now
app.blog.refresh()
}