Skip to content

Commit 13bdf20

Browse files
committed
docs: correct DisableFDv1Fallback comment to match actual behavior
1 parent 3cadda8 commit 13bdf20

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • libs/server-sdk/include/launchdarkly/server_side/config/builders/data_system

libs/server-sdk/include/launchdarkly/server_side/config/builders/data_system/fdv2_builder.hpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,9 @@ class FDv2Builder {
108108

109109
/**
110110
* @brief Disables the FDv1 fallback. After this call, an FDv1
111-
* fallback directive from the service transitions the SDK to
112-
* OFFLINE rather than reconnecting via FDv1.
111+
* fallback directive from the service leaves the data source in
112+
* the interrupted state and schedules an FDv2 retry on the
113+
* directive's TTL.
113114
* @return Reference to this.
114115
*/
115116
FDv2Builder& DisableFDv1Fallback();

0 commit comments

Comments
 (0)