frontend: reduce DOM node creation on very fast logstreams and cap to 1k loglines
This commit is contained in:
@@ -28,7 +28,7 @@ function ab2str(buf) {
|
||||
}
|
||||
|
||||
export function create(origin, accessToken, type, id) {
|
||||
const INITIAL_STREAM_LINES = 100;
|
||||
const INITIAL_STREAM_LINES = 1000;
|
||||
|
||||
let eventSource = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user