Read 5MB of logs for non-default console tabs

This commit is contained in:
shortcutme 2020-02-07 16:40:27 +01:00
parent c91f2f0a09
commit 95bf4ecb42
No known key found for this signature in database
GPG Key ID: 5B63BAE6CB9613AE
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ class Console extends Class
if @filter == ""
@read_size = 32 * 1024
else
@read_size = 1024 * 1024
@read_size = 5 * 1024 * 1024
@loadConsoleText()
handleTabClick: (e) =>