Decrease checks interval
| @@ -9289,7 +9289,7 @@ async function connectAPISlash(args, text) { | |||
| 9289 | 9289 | ||
| 9290 | try { | 9290 | try { |
| 9291 | if (connectionRequired) { | 9291 | if (connectionRequired) { |
| 9292 | await waitUntilCondition(() => online_status !== 'no_connection', 5000, 500); | 9292 | await waitUntilCondition(() => online_status !== 'no_connection', 5000, 100); |
| 9293 | } | 9293 | } |
| 9294 | console.log('Connection successful'); | 9294 | console.log('Connection successful'); |
| 9295 | } catch { | 9295 | } catch { |