This commit is contained in:
Tristan B. Velloza Kildaire 2022-11-26 18:16:07 +02:00
parent e75e3f732d
commit cc75eefa15
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ public final class Engine : Thread
/* Make the event engine loop sleep (1) and for 200ms (2) (TODO: Adjust this) */
defaultSettings.holdOffMode = HoldOffMode.SLEEP;
defaultSettings.sleepTime = dur!("msecs")(200);
defaultSettings.sleepTime = dur!("msecs")(50);
/* Do not gracefully shutdown */
defaultSettings.gracefulShutdown = false;