forked from svrjs/svrjs
Remove some TODO comments
This commit is contained in:
parent
cc859e0319
commit
9d1e6e82ba
1 changed files with 0 additions and 3 deletions
|
@ -1606,12 +1606,9 @@ function start(init) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: implement clustering and commands
|
|
||||||
|
|
||||||
if (init) {
|
if (init) {
|
||||||
let workersToFork = 1;
|
let workersToFork = 1;
|
||||||
|
|
||||||
// TODO: saveConfig
|
|
||||||
if (cluster.isPrimary === undefined) {
|
if (cluster.isPrimary === undefined) {
|
||||||
setInterval(function () {
|
setInterval(function () {
|
||||||
try {
|
try {
|
||||||
|
|
Reference in a new issue