Specifies whether to use throttling with the GitHub client. If
true
(the default), client
requests will be retried automatically for abuse or rate limit exceptions.
- Namespace
- Statiq
.Web .GitHub - Containing Type
- ReadGitHub
Syntax
public ReadGitHub WithThrottling(Config<bool> throttle)
Parameters
Name | Type | Description |
---|---|---|
throttle | Config |
true to automatically throttle requests, false otherwise. |
Return Value
Type | Description |
---|---|
ReadGitHub | The current module instance. |