We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d4858 commit f1d32e3Copy full SHA for f1d32e3
1 file changed
libs/server-sdk/src/config/builders/big_segments_builder.hpp
@@ -72,10 +72,9 @@ class BigSegmentsBuilder {
72
* stale.
73
*
74
* If the store's last-updated timestamp falls behind the current time
75
- * by more than this duration, evaluations report
76
- * @ref launchdarkly::EvaluationReason::BigSegmentsStatus::STALE and the
77
- * status provider reports the store as stale. Zero or negative
78
- * durations are coerced to @ref kDefaultStaleAfter.
+ * by more than this duration, evaluations report a big segments status
+ * of `STALE` and the status provider reports the store as stale. Zero
+ * or negative durations are coerced to @ref kDefaultStaleAfter.
79
*/
80
BigSegmentsBuilder& StaleAfter(std::chrono::milliseconds threshold);
81
0 commit comments