Increase time to consider machine stuck (#211)

* Increase time to consider machine stuck

* Fix standard styling issues
This commit is contained in:
Rafael Taranto 2018-11-15 11:20:26 -02:00 committed by Josh Harvey
parent 599c865f37
commit eb033a4174
2 changed files with 12 additions and 12 deletions

View file

@ -50,7 +50,7 @@ function updateCoinAtmRadar () {
const config = settings().config
return pi().getRates()
.then(rates => coinAtmRadar.update({rates, config}))
.then(rates => coinAtmRadar.update({ rates, config }))
}
function start (__settings) {
@ -79,4 +79,4 @@ function start (__settings) {
setInterval(updateCoinAtmRadar, RADAR_UPDATE_INTERVAL)
}
module.exports = {start, reload}
module.exports = { start, reload }