mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Changed sleep times on the less time sensitve servers
This commit is contained in:
@@ -140,7 +140,7 @@ int main(int argc, char *argv[]) {
|
||||
}
|
||||
|
||||
EQ::EventLoop::Get().Process();
|
||||
Sleep(1);
|
||||
Sleep(5);
|
||||
}
|
||||
|
||||
//try to be semi-nice about this... without waiting too long
|
||||
|
||||
Reference in New Issue
Block a user