mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
Increase terminal scrollback to hold onto more logs
This commit is contained in:
@@ -184,7 +184,8 @@ class Terminal extends React.Component {
|
||||
cols: this.state.cols,
|
||||
rows: this.state.rows,
|
||||
convertEol: !this.props.raw,
|
||||
cursorBlink: true
|
||||
cursorBlink: true,
|
||||
scrollback: 10000,
|
||||
});
|
||||
|
||||
const innerNode = ReactDOM.findDOMNode(component.innerFlex);
|
||||
|
||||
Reference in New Issue
Block a user