-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add flags to configure bitswap tuning params (#203)
* feat: allow configuration of bitswap/routing tuning params. New CLI flags: - `routing-max-requests` - Maximum number of concurrent find requests - `routing-max-providers` - Maximum number of providers to return for each find request - `routing-max-timeout` - Maximum time for to find the maximum number of providers Corresponding environ vars: `ROUTING_MAX_REQUESTS` `ROUTING_MAX_PROVIDERS` `ROUTING_MAX_TIMEOUT`
- Loading branch information
Showing
4 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters