Increase refresh interval to 62 sec.
This commit is contained in:
parent
cdb0b7cc16
commit
f83c65bcb4
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class Index extends App.Controller
|
||||||
@interval(
|
@interval(
|
||||||
=>
|
=>
|
||||||
@load()
|
@load()
|
||||||
12000
|
62000
|
||||||
)
|
)
|
||||||
|
|
||||||
# fetch data, render view
|
# fetch data, render view
|
||||||
|
|
Loading…
Reference in a new issue