deb: show 10 lines instead of 4
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ use crate::ui::logfmt::{
|
||||
};
|
||||
|
||||
/// Number of lines displayed in the rolling pane
|
||||
const PANE_LINES: usize = 4;
|
||||
const PANE_LINES: usize = 10;
|
||||
|
||||
/// Minimum interval between pane redraws
|
||||
const REDRAW_INTERVAL: Duration = Duration::from_millis(50);
|
||||
|
||||
Reference in New Issue
Block a user