This commit is contained in:
J. Nick Koston
2025-06-05 18:12:14 +01:00
parent 24b2fe8375
commit 27204e0598

View File

@@ -610,7 +610,7 @@ class APIConnection : public APIServerConnection {
};
DeferredBatch deferred_batch_;
static constexpr uint32_t BATCH_DELAY_MS = 10;
static constexpr uint32_t BATCH_DELAY_MS = 50;
static constexpr size_t MAX_BATCH_SIZE_BYTES = 1360; // MTU - 100 bytes safety margin
// Batch mode state for capturing message types