This commit is contained in:
Xargana 2025-03-26 18:17:49 +03:00 committed by GitHub
parent c3f308af14
commit c96af6476a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ const app = express();
const PORT = 2589;
const REMOTE_SERVER = "https://example.com"; // Change this
const CHECK_INTERVAL = 30 * 1000;
const CHECK_INTERVAL = 5 * 1000;
let serverStatus = {
online: false,