Update main.js

This commit is contained in:
DJObleezy 2025-03-28 19:13:21 -07:00 committed by GitHub
parent 7b4bd5344c
commit 401655c3ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -534,7 +534,7 @@ function setupEventSource() {
eventSource.close();
manualRefresh();
}
}, 10000); // 10 seconds timeout to establish connection
}, 30000); // 30 seconds timeout to establish connection
} catch (error) {
console.error("Failed to create EventSource:", error);