Configuration for the retry layer.
More...
#include <layer.hpp>
Configuration for the retry layer.
◆ factor
| float opendal::RetryConfig::factor = 2.0f |
◆ jitter
| bool opendal::RetryConfig::jitter = false |
◆ max_delay
| std::chrono::nanoseconds opendal::RetryConfig::max_delay {std::chrono::minutes(1)} |
◆ max_times
| uint64_t opendal::RetryConfig::max_times = 3 |
◆ min_delay
| std::chrono::nanoseconds opendal::RetryConfig::min_delay {std::chrono::seconds(1)} |
The documentation for this struct was generated from the following file:
- /home/runner/work/opendal/opendal/bindings/cpp/include/layer.hpp