forked from StarOpenSource/Engine
Decrease default polling speed from 25 to 5
This commit is contained in:
parent
c812359e83
commit
d40ba11266
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ public final class EngineConfiguration implements SubsystemConfiguration {
|
|||
loggerTemplate = "%log_color_primary%[%time_hour%:%time_minute%:%time_second%] [%log_level% %log_path%%log_info%] %log_color_secondary%%log_message%<reset>";
|
||||
loggerImmediateShutdown = false;
|
||||
loggerForceStandardOutput = false;
|
||||
loggerPollingSpeed = 25;
|
||||
loggerPollingSpeed = 5;
|
||||
|
||||
optimizeLogging = true;
|
||||
optimizeEvents = true;
|
||||
|
|
Loading…
Reference in a new issue