Lower connect retry limit

ipad-testing
Noah 2023-03-30 21:26:45 -07:00
parent dd9f4b4dd4
commit 541dd917c5
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ const app = Vue.createApp({
windowFocusedAt: new Date(),
// Disconnect spamming: don't retry too many times.
disconnectLimit: 8,
disconnectLimit: 3,
disconnectCount: 0,
// Website configuration provided by chat.html template.