Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
azure/imds: refactor max_connection_errors definition
max_connection_errors is treated more like "retry_connection_errors" where it will retry up to specified number of errors rather than aborting when max_connection_errors is hit. Update the max_connection_errors to abort once that number is seen. Bump the max_connection_errors default by 1 so no behavior is changed. Signed-off-by: Chris Patterson <[email protected]>
- Loading branch information