mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Changed sleep times on the less time sensitve servers
This commit is contained in:
+1
-1
@@ -533,7 +533,7 @@ int main(int argc, char** argv) {
|
||||
}
|
||||
|
||||
EQ::EventLoop::Get().Process();
|
||||
Sleep(1);
|
||||
Sleep(5);
|
||||
}
|
||||
Log.Out(Logs::General, Logs::World_Server, "World main loop completed.");
|
||||
Log.Out(Logs::General, Logs::World_Server, "Shutting down zone connections (if any).");
|
||||
|
||||
Reference in New Issue
Block a user