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:29:54 +02:00
parent caf106be1d
commit b84a510d42
+1 -1
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