Increased config.max_log_items from 20 to 80

This commit is contained in:
rxi 2020-05-05 23:40:42 +01:00
parent 9bd6efddd7
commit 15cfbfbc46
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ local config = {}
config.project_scan_rate = 5
config.fps = 60
config.max_log_items = 20
config.max_log_items = 80
config.message_timeout = 3
config.mouse_wheel_scroll = 50
config.file_size_limit = 10