Disabled restart on error
This commit is contained in:
parent
c347a10e9f
commit
3c5b00ef14
@ -189,8 +189,6 @@ int main(int argc, char* argv[]) {
|
||||
.setIntSignalHandler(cleanup)
|
||||
.setTermSignalHandler(cleanup)
|
||||
|
||||
.enableRelaunchOnError()
|
||||
|
||||
.addListener("0.0.0.0", 2345)
|
||||
.setThreadNum(8);
|
||||
std::cout << "Setup done!" << std::endl;
|
||||
|
Loading…
Reference in New Issue
Block a user