Decrease checks interval

This commit is contained in:
Cohee
2025-03-14 10:44:48 +02:00
parent f362f94c2d
commit 0d2bf00810

View File

@ -9289,7 +9289,7 @@ async function connectAPISlash(args, text) {
try {
if (connectionRequired) {
await waitUntilCondition(() => online_status !== 'no_connection', 5000, 500);
await waitUntilCondition(() => online_status !== 'no_connection', 5000, 100);
}
console.log('Connection successful');
} catch {