Skip to content

Commit f01f397

Browse files
Adjust parameter
1 parent 3c266e1 commit f01f397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TerminalSystemMonitor.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ function main(dummyargs...)
239239
Consoles.cleartoend(stdout)
240240
# If user's machine has lots of CPU cores, we can't fit all the plots in one screen.
241241
# So we need to use `mean` function to reduce the number of plots.
242-
if length(split(string(f), "\n")) > rows
242+
if length(split(string(f), "\n")) > 2rows
243243
statfn = mean
244244
end
245245

0 commit comments

Comments
 (0)