a2
This commit is contained in:
parent
c3f308af14
commit
c96af6476a
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue