package update

This commit is contained in:
Proddy
2023-07-09 18:07:03 +02:00
parent 32884da60d
commit 99b2da752f
5 changed files with 13 additions and 13 deletions

View File

@@ -2782,5 +2782,5 @@ rest_server.get(ES_LOG_ENDPOINT, function (req, res) {
log_index = 0;
}
fetch_log.events.push(data); // append to buffer
}, 3000);
}, 300);
});