1
0
Fork 0
forked from svrjs/svrjs

Remove some TODO comments

This commit is contained in:
Dorian Niemiec 2024-08-26 06:21:50 +02:00
parent cc859e0319
commit 9d1e6e82ba

View file

@ -1606,12 +1606,9 @@ function start(init) {
}
}
// TODO: implement clustering and commands
if (init) {
let workersToFork = 1;
// TODO: saveConfig
if (cluster.isPrimary === undefined) {
setInterval(function () {
try {