text changes

This commit is contained in:
proddy
2021-06-17 11:40:19 +02:00
parent 7e7bd29c9a
commit 270298eb8a
3 changed files with 6 additions and 3 deletions

View File

@@ -89,7 +89,7 @@ void WebLogService::loop() {
// put a small delay in
const uint64_t now = uuid::get_uptime_ms();
if (now < last_transmit_ || now - last_transmit_ < 50) {
if (now < last_transmit_ || now - last_transmit_ < 100) {
return;
}