Read 5MB of logs for non-default console tabs
This commit is contained in:
parent
c91f2f0a09
commit
95bf4ecb42
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ class Console extends Class
|
||||||
if @filter == ""
|
if @filter == ""
|
||||||
@read_size = 32 * 1024
|
@read_size = 32 * 1024
|
||||||
else
|
else
|
||||||
@read_size = 1024 * 1024
|
@read_size = 5 * 1024 * 1024
|
||||||
@loadConsoleText()
|
@loadConsoleText()
|
||||||
|
|
||||||
handleTabClick: (e) =>
|
handleTabClick: (e) =>
|
||||||
|
|
Loading…
Reference in a new issue