Skip to content

Commit 3610b6b

Browse files
authored
docs: fix incorrect time unit on LDServerDataSourcePollBuilder_IntervalS (#343)
The docs said milliseconds, but the parameter is seconds.
1 parent 8793fc4 commit 3610b6b

File tree

1 file changed

+1
-1
lines changed
  • libs/server-sdk/include/launchdarkly/server_side/bindings/c/config

1 file changed

+1
-1
lines changed

libs/server-sdk/include/launchdarkly/server_side/bindings/c/config/builder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ LDServerDataSourcePollBuilder_New();
281281
/**
282282
* Sets the interval at which the SDK will poll for feature flag updates.
283283
* @param b Polling method builder. Must not be NULL.
284-
* @param milliseconds Polling interval.
284+
* @param seconds Polling interval in seconds.
285285
*/
286286
LD_EXPORT(void)
287287
LDServerDataSourcePollBuilder_IntervalS(LDServerDataSourcePollBuilder b,

0 commit comments

Comments
 (0)