A lot of updates (Speed improvement)
This commit is contained in:
@@ -30,7 +30,8 @@ void ts::server::shutdownInstance(const std::string& message) {
|
||||
threads::name(force_kill, "force stopper");
|
||||
force_kill.detach();
|
||||
|
||||
kill(0, SIGKILL);
|
||||
exit(2);
|
||||
//kill(0, SIGKILL);
|
||||
});
|
||||
threads::name(hangup_controller, "stop controller");
|
||||
hangup_controller.detach();
|
||||
|
||||
Reference in New Issue
Block a user