You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ For **Duration** settings, the value should be be an integer followed by `ms`, `
65
65
|`logLevel`|`LOG_LEVEL`| String |`info`| Should be `debug`, `info`, `warn`, `error`, or `none`. To learn more, read [Logging](./logging.md). |
66
66
|`bigSegmentsStaleAsDegraded`|`BIG_SEGMENTS_STALE_AS_DEGRADED`| Boolean |`false`| Indicates if environments should be considered degraded if Big Segments are not fully synchronized. |
67
67
|`bigSegmentsStaleThreshold`|`BIG_SEGMENTS_STALE_THRESHOLD`| Duration |`5m`| Indicates how long until Big Segments should be considered stale. |
68
-
| n/a |`STREAMING_MIN_DELAY`| Duration |`0`| The minimum latency of responding to a new client connection. Used only in proxy mode for streaming clients. Useful for reducing memory when under heavy load, as many clients can share a single data fetch. |
68
+
| n/a |`BATCH_FETCH_PERIOD`| Duration |`0`| The minimum latency between bulk fetching all data for a batch of new clients. Used only in proxy mode for streaming clients. Useful for reducing memory when under heavy load, as many clients can share a single data fetch. |
69
69
70
70
_(1)_ The default values for `streamUri`, `baseUri`, and `clientSideBaseUri` are `https://stream.launchdarkly.com`, `https://sdk.launchdarkly.com`, and `https://clientsdk.launchdarkly.com`, respectively. You should never need to change these URIs unless you are either using a special instance of the LaunchDarkly service, in which case Support will tell you how to set them, or you are accessing LaunchDarkly using a reverse proxy or some other mechanism that rewrites URLs.
0 commit comments