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:
parent
fba0012690
commit
e7e232f6e7
4 changed files with 3 additions and 3 deletions
|
@ -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
BIN
mods/easteregg.tar.gz
Normal file
Binary file not shown.
2
svr.js
2
svr.js
|
@ -5452,7 +5452,7 @@ function start(init) {
|
|||
}
|
||||
});
|
||||
}
|
||||
}, 150000);
|
||||
}, 300000);
|
||||
}, 2000);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
6
|
||||
7
|
Reference in a new issue