update semaphore counter

This commit is contained in:
Pascal Fischer
2025-05-07 16:50:37 +02:00
parent e8b793df30
commit 8cb1e53ef9

View File

@@ -448,7 +448,7 @@ func (am *DefaultAccountManager) GetPeerNetwork(ctx context.Context, peerID stri
}
var (
semaphoreLimit int32 = 50
semaphoreLimit int32 = 10
semaphores = sync.Map{}
)