a2
This commit is contained in:
parent
c3f308af14
commit
c96af6476a
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ const app = express();
|
||||||
const PORT = 2589;
|
const PORT = 2589;
|
||||||
const REMOTE_SERVER = "https://example.com"; // Change this
|
const REMOTE_SERVER = "https://example.com"; // Change this
|
||||||
|
|
||||||
const CHECK_INTERVAL = 30 * 1000;
|
const CHECK_INTERVAL = 5 * 1000;
|
||||||
|
|
||||||
let serverStatus = {
|
let serverStatus = {
|
||||||
online: false,
|
online: false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue