diff options
author | John Tajima <john@shopify.com> | 2013-09-03 13:35:31 +0000 |
---|---|---|
committer | John Tajima <john@shopify.com> | 2013-09-03 13:35:31 +0000 |
commit | 7b4cc3e123eefc82674ff7ea68d127dc5a84779e (patch) | |
tree | 034154070df5df1fde249cf60aced5fa9cdf6f42 /javascripts | |
parent | e11d3c270c297ba6de2fbc685c74bd67455c83fb (diff) |
change reload to 5 minutes
Diffstat (limited to 'javascripts')
-rw-r--r-- | javascripts/dashing.coffee | 2 |
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) |