You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know programmatically one can use inifiteLimits. In the Kubo case where users are defining their limits via config/JSON, it would be useful to have another value that denotes infinity like "-1". Certainly Kubo can create its own infinity value but we'd need to do the conversion when setting up the resource manager and reading limits back out from it. I assume this will be pretty common for other applications building on top of go-libp2p which is what I'm proposing putting it into go-libp2p itself.
Context: this came as part of handling user reports after enabling the resource manager by default in Kubo: ipfs/kubo#9442
The text was updated successfully, but these errors were encountered:
I know programmatically one can use inifiteLimits. In the Kubo case where users are defining their limits via config/JSON, it would be useful to have another value that denotes infinity like "-1". Certainly Kubo can create its own infinity value but we'd need to do the conversion when setting up the resource manager and reading limits back out from it. I assume this will be pretty common for other applications building on top of go-libp2p which is what I'm proposing putting it into go-libp2p itself.
Context: this came as part of handling user reports after enabling the resource manager by default in Kubo: ipfs/kubo#9442
The text was updated successfully, but these errors were encountered: