mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-25 11:46:40 +00:00
update semaphore counter
This commit is contained in:
@@ -448,7 +448,7 @@ func (am *DefaultAccountManager) GetPeerNetwork(ctx context.Context, peerID stri
|
||||
}
|
||||
|
||||
var (
|
||||
semaphoreLimit int32 = 50
|
||||
semaphoreLimit int32 = 10
|
||||
semaphores = sync.Map{}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user