logviewer: reduce it back to 100

a lot of delay with 300
This commit is contained in:
Girish Ramakrishnan
2024-07-23 17:25:13 +02:00
parent 59c3e8817c
commit 8d9043e590

View File

@@ -28,7 +28,7 @@ function ab2str(buf) {
}
export function create(origin, accessToken, type, id) {
const INITIAL_STREAM_LINES = 300;
const INITIAL_STREAM_LINES = 100;
let eventSource = null;