mirror of
https://github.com/masterking32/MasterHttpRelayVPN.git
synced 2026-05-18 06:44:35 +03:00
Add mux-aware batching limits and burst concurrency control
This commit is contained in:
@@ -33,6 +33,7 @@ type Client struct {
|
||||
workCh chan struct{}
|
||||
|
||||
lastPollUnixMS atomic.Int64
|
||||
activeBatches atomic.Int64
|
||||
batchCursor atomic.Uint64
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user