Skip to content

Commit

Permalink
Read 5MB of logs for non-default console tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcutme committed Feb 7, 2020
1 parent c91f2f0 commit 95bf4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Sidebar/media/Console.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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) =>
Expand Down

0 comments on commit 95bf4ec

Please sign in to comment.