diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-12-07 16:48:16 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-12-07 16:48:16 +0100 |
| commit | bf0d6b678d635a9839166a370a6ecc32ccb7b3b5 (patch) | |
| tree | 3c66834e856da8363cfd6a575d14def47a242a51 /StoneIsland/www/js/index.js | |
| parent | a2b1fa7df396cf0f43ffc392fdf6cea9ff3bfc1f (diff) | |
limited ed
Diffstat (limited to 'StoneIsland/www/js/index.js')
| -rwxr-xr-x | StoneIsland/www/js/index.js | 2 |
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() } |
