A lot of updates (Speed improvement)

This commit is contained in:
WolverinDEV
2020-04-24 22:04:07 +02:00
parent 0a2c1bf3d9
commit 3e787a1d9f
18 changed files with 458 additions and 495 deletions
+2 -1
View File
@@ -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();