Skip to content

Commit f1d32e3

Browse files
committed
docs: drop forward-reference to BigSegmentsStatus enum
1 parent e4d4858 commit f1d32e3

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

libs/server-sdk/src/config/builders/big_segments_builder.hpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,9 @@ class BigSegmentsBuilder {
7272
* stale.
7373
*
7474
* 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.
75+
* by more than this duration, evaluations report a big segments status
76+
* of `STALE` and the status provider reports the store as stale. Zero
77+
* or negative durations are coerced to @ref kDefaultStaleAfter.
7978
*/
8079
BigSegmentsBuilder& StaleAfter(std::chrono::milliseconds threshold);
8180

0 commit comments

Comments
 (0)