Lower connect retry limit
This commit is contained in:
parent
dd9f4b4dd4
commit
541dd917c5
|
@ -29,7 +29,7 @@ const app = Vue.createApp({
|
||||||
windowFocusedAt: new Date(),
|
windowFocusedAt: new Date(),
|
||||||
|
|
||||||
// Disconnect spamming: don't retry too many times.
|
// Disconnect spamming: don't retry too many times.
|
||||||
disconnectLimit: 8,
|
disconnectLimit: 3,
|
||||||
disconnectCount: 0,
|
disconnectCount: 0,
|
||||||
|
|
||||||
// Website configuration provided by chat.html template.
|
// Website configuration provided by chat.html template.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user