comment change

This commit is contained in:
Proddy
2023-04-29 16:25:55 +02:00
parent 2254bf9c16
commit 63d105437f

View File

@@ -1474,7 +1474,7 @@ rest_server.get(ES_LOG_ENDPOINT, function (req, res) {
res.write(sseFormattedResponse);
res.flush(); // this is important
// if buffer full start over
// if buffer is full, start over
if (log_index > 50) {
fetch_log.events = [];
log_index = 0;