mirror of
https://github.com/libp2p/go-libp2p-resource-manager.git
synced 2025-03-10 01:00:41 +08:00
Update limit_defaults.go
Co-authored-by: Marten Seemann <martenseemann@gmail.com>
This commit is contained in:
parent
3a9ac22a9f
commit
114d22bd29
@ -366,7 +366,7 @@ var DefaultLimits = ScalingLimitConfig{
|
||||
// allowlist only activates when you reach your normal system/transient
|
||||
// limits. So it's okay if these limits err on the side of being too big,
|
||||
// since most of the time you won't even use any of these. Tune these down
|
||||
// if you want to manager your resources against an allowlisted endpoint.
|
||||
// if you want to manage your resources against an allowlisted endpoint.
|
||||
AllowlistedSystemBaseLimit: BaseLimit{
|
||||
ConnsInbound: 64,
|
||||
ConnsOutbound: 128,
|
||||
|
Loading…
Reference in New Issue
Block a user