mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-18 10:46:22 +00:00
Increase the blink duration to 15s
This commit is contained in:
parent
b47e8a18dd
commit
e336eaad6e
@ -17,7 +17,7 @@ api.post '/v1/blink', (req, res) ->
|
||||
interval = setInterval(blink, 400)
|
||||
setTimeout(->
|
||||
clearInterval(interval)
|
||||
, 5000)
|
||||
, 15000)
|
||||
res.send(200)
|
||||
|
||||
api.post '/v1/update', (req, res) ->
|
||||
|
Loading…
Reference in New Issue
Block a user