Lower interval for duration updates to 1s
This commit is contained in:
parent
071821c1d7
commit
7abdd1cf33
|
@ -28,7 +28,7 @@ require 'ext/ember/namespace'
|
|||
{ name: 'spree', display: 'Spree' }
|
||||
]
|
||||
|
||||
INTERVALS: { sponsors: -1, times: -1, updateTimes: 5000 }
|
||||
INTERVALS: { sponsors: -1, times: -1, updateTimes: 1000 }
|
||||
|
||||
run: (attrs) ->
|
||||
@app = Travis.App.create(attrs || {})
|
||||
|
|
Loading…
Reference in New Issue
Block a user