frontend: Reduce initial logs to 300 lines only

This commit is contained in:
Johannes Zellner
2024-07-23 09:10:53 +02:00
parent 3132b3035a
commit 59c3e8817c

View File

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