Add mux-aware batching limits and burst concurrency control

This commit is contained in:
Amin.MasterkinG
2026-04-21 10:26:42 +03:30
parent 136ddef09a
commit 236ae711c3
5 changed files with 349 additions and 91 deletions
+1
View File
@@ -33,6 +33,7 @@ type Client struct {
workCh chan struct{}
lastPollUnixMS atomic.Int64
activeBatches atomic.Int64
batchCursor atomic.Uint64
}