1
0
Fork 0
forked from svrjs/svrjs

Restored easter eggs to easteregg.tar.gz mod, which can be deleted. Also change unused worker kill interval.

This commit is contained in:
Dorian Niemiec 2023-08-19 21:19:18 +02:00
parent fba0012690
commit e7e232f6e7
4 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
"port": 80,
"pubport": 80,
"page404": "404.html",
"timestamp": 1692471768431,
"timestamp": 1692472320477,
"blacklist": [],
"nonStandardCodes": [],
"enableCompression": true,

BIN
mods/easteregg.tar.gz Normal file

Binary file not shown.

2
svr.js
View file

@ -5452,7 +5452,7 @@ function start(init) {
}
});
}
}, 150000);
}, 300000);
}, 2000);
}
}

View file

@ -1 +1 @@
6
7