Changed sleep times on the less time sensitve servers

This commit is contained in:
KimLS
2017-01-18 22:39:39 -08:00
parent c3f8e06e42
commit cd4d79c02b
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ int main() {
lfguildmanager.ExpireEntries();
EQ::EventLoop::Get().Process();
Sleep(1);
Sleep(5);
}
Log.CloseFileLogs();
}