test code shouldn't be commited

Former-commit-id: 8f7c44257b150856f87367559ae1aef74b15e3a4
This commit is contained in:
John Sully 2019-02-26 00:21:37 -05:00
parent 42afa56f1f
commit a23fffc6d2

View File

@ -5040,7 +5040,6 @@ int main(int argc, char **argv) {
int background = server.daemonize && !server.supervised; int background = server.daemonize && !server.supervised;
if (background) daemonize(); if (background) daemonize();
server.cthreads = 2;
initServer(); initServer();
initNetworking(server.cthreads > 1 /* fReusePort */); initNetworking(server.cthreads > 1 /* fReusePort */);