Increased config.max_log_items from 20 to 80
This commit is contained in:
parent
9bd6efddd7
commit
15cfbfbc46
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue