mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 11:29:17 +02:00
Lower reconnection delay for websocket
This commit is contained in:
parent
d6573e5d37
commit
e1e6a73a79
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ export default {
|
||||||
bridge.connect(
|
bridge.connect(
|
||||||
url,
|
url,
|
||||||
null,
|
null,
|
||||||
{reconnectInterval: 5000})
|
{reconnectInterval: 1000 * 60})
|
||||||
bridge.listen(function (event) {
|
bridge.listen(function (event) {
|
||||||
self.$store.dispatch('ui/websocketEvent', event)
|
self.$store.dispatch('ui/websocketEvent', event)
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue