File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1818#include " range_scan_options.hxx"
1919#include " timeout_defaults.hxx"
2020
21+ #include < couchbase/best_effort_retry_strategy.hxx>
2122#include < couchbase/mutation_token.hxx>
2223#include < couchbase/retry_strategy.hxx>
2324
@@ -51,7 +52,7 @@ struct range_scan_orchestrator_options {
5152 std::uint32_t batch_byte_limit{ range_scan_continue_options::default_batch_byte_limit };
5253 std::uint16_t concurrency{ default_concurrency };
5354
54- std::shared_ptr<couchbase::retry_strategy> retry_strategy{ nullptr };
55+ std::shared_ptr<couchbase::retry_strategy> retry_strategy{ make_best_effort_retry_strategy () };
5556 std::chrono::milliseconds timeout{ timeout_defaults::key_value_scan_timeout };
5657 std::shared_ptr<couchbase::tracing::request_span> parent_span{};
5758};
You can’t perform that action at this time.
0 commit comments