mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-16 13:58:22 +00:00
Changed sleep times on the less time sensitve servers
This commit is contained in:
@@ -179,7 +179,7 @@ int main()
|
||||
Timer::SetCurrentTime();
|
||||
server.client_manager->Process();
|
||||
EQ::EventLoop::Get().Process();
|
||||
Sleep(1);
|
||||
Sleep(5);
|
||||
}
|
||||
|
||||
Log.Out(Logs::General, Logs::Login_Server, "Server Shutdown.");
|
||||
|
||||
Reference in New Issue
Block a user