We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cadda8 commit 13bdf20Copy full SHA for 13bdf20
1 file changed
libs/server-sdk/include/launchdarkly/server_side/config/builders/data_system/fdv2_builder.hpp
@@ -108,8 +108,9 @@ class FDv2Builder {
108
109
/**
110
* @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.
+ * fallback directive from the service leaves the data source in
+ * the interrupted state and schedules an FDv2 retry on the
113
+ * directive's TTL.
114
* @return Reference to this.
115
*/
116
FDv2Builder& DisableFDv1Fallback();
0 commit comments