Increase default maximum number of log items

The low number in some cases resulted in hidden errors.
This commit is contained in:
Guldoman 2022-07-01 05:27:18 +02:00
parent caf106be1d
commit b84a510d42
No known key found for this signature in database
GPG Key ID: EA928C8BDA1A8825
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
local config = {}
config.fps = 60
config.max_log_items = 80
config.max_log_items = 800
config.message_timeout = 5
config.mouse_wheel_scroll = 50 * SCALE
config.animate_drag_scroll = false