Skip to content
Snippets Groups Projects
Verified Commit e1e6a73a authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Lower reconnection delay for websocket

parent d6573e5d
Branches
Tags 0.21-rc1
No related merge requests found
......@@ -167,7 +167,7 @@ export default {
bridge.connect(
url,
null,
{reconnectInterval: 5000})
{reconnectInterval: 1000 * 60})
bridge.listen(function (event) {
self.$store.dispatch('ui/websocketEvent', event)
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment