more api loop reductions

This commit is contained in:
J. Nick Koston
2025-06-23 10:54:50 +02:00
parent 8ec998ff30
commit d6725fc1ca
+1 -1
View File
@@ -152,7 +152,7 @@ void APIConnection::loop() {
// Process deferred batch if scheduled
if (this->deferred_batch_.batch_scheduled &&
App.get_loop_component_start_time() - this->deferred_batch_.batch_start_time >= this->get_batch_delay_ms_()) {
now - this->deferred_batch_.batch_start_time >= this->get_batch_delay_ms_()) {
this->process_batch_();
}