Skip to content
This repository was archived by the owner on Mar 7, 2018. It is now read-only.

Commit 7b4cc3e

Browse files
author
John Tajima
committed
change reload to 5 minutes
1 parent e11d3c2 commit 7b4cc3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascripts/dashing.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ source.addEventListener 'error', (e)->
102102
console.log("Connection closed")
103103
setTimeout (->
104104
window.location.reload()
105-
), 10000
105+
), 5*60*1000
106106

107107
source.addEventListener 'message', (e) ->
108108
data = JSON.parse(e.data)

0 commit comments

Comments
 (0)