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 8793fc4 commit 3610b6bCopy full SHA for 3610b6b
libs/server-sdk/include/launchdarkly/server_side/bindings/c/config/builder.h
@@ -281,7 +281,7 @@ LDServerDataSourcePollBuilder_New();
281
/**
282
* Sets the interval at which the SDK will poll for feature flag updates.
283
* @param b Polling method builder. Must not be NULL.
284
- * @param milliseconds Polling interval.
+ * @param seconds Polling interval in seconds.
285
*/
286
LD_EXPORT(void)
287
LDServerDataSourcePollBuilder_IntervalS(LDServerDataSourcePollBuilder b,
0 commit comments