summaryrefslogtreecommitdiff
path: root/javascripts
diff options
context:
space:
mode:
authorJohn Tajima <john@shopify.com>2013-09-03 13:35:31 +0000
committerJohn Tajima <john@shopify.com>2013-09-03 13:35:31 +0000
commit7b4cc3e123eefc82674ff7ea68d127dc5a84779e (patch)
tree034154070df5df1fde249cf60aced5fa9cdf6f42 /javascripts
parente11d3c270c297ba6de2fbc685c74bd67455c83fb (diff)
change reload to 5 minutes
Diffstat (limited to 'javascripts')
-rw-r--r--javascripts/dashing.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascripts/dashing.coffee b/javascripts/dashing.coffee
index 235a965..fa677e8 100644
--- a/javascripts/dashing.coffee
+++ b/javascripts/dashing.coffee
@@ -102,7 +102,7 @@ source.addEventListener 'error', (e)->
console.log("Connection closed")
setTimeout (->
window.location.reload()
- ), 10000
+ ), 5*60*1000
source.addEventListener 'message', (e) ->
data = JSON.parse(e.data)