Skip to content

Commit

Permalink
Update content/collections/experiment-sdks/en/experiment-jvm.md
Browse files Browse the repository at this point in the history
Co-authored-by: SpencerFleury <159941756+SpencerFleury@users.noreply.github.com>
  • Loading branch information
zhukaihan and SpencerFleury authored Sep 11, 2024
1 parent 30f65b0 commit dad38b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/collections/experiment-sdks/en/experiment-jvm.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ If you're using Amplitude's EU data center, configure the `serverZone` option on
| `flagConfigPollingIntervalMillis` | The interval to poll for updated flag configs after calling [`Start()`](#start) | `30000` |
| `flagConfigPollerRequestTimeoutMillis` | The timeout for the request made by the flag config poller | `10000` |
| `assignmentConfiguration` | Enable automatic assignment tracking for local evaluations. | `null` |
| `streamUpdates` | Enable streaming to replace polling for receiving flag config updates. Instead of polling every second, our servers push updates to SDK generally within a second. If stream fails for any reason, it will fallback to polling automatically and retry streaming after some interval. | `false` |
| `streamUpdates` | Enable streaming to replace polling for receiving flag config updates. Instead of polling every second, Amplitude servers push updates to SDK generally within one second. If the stream fails for any reason, it will revert to polling automatically and retry streaming after some interval. | `false` |

Check warning on line 394 in content/collections/experiment-sdks/en/experiment-jvm.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Amplitude.Will] Future tense! Avoid using 'will revert'. Raw Output: {"message": "[Amplitude.Will] Future tense! Avoid using 'will revert'.", "location": {"path": "content/collections/experiment-sdks/en/experiment-jvm.md", "range": {"start": {"line": 394, "column": 231}}}, "severity": "WARNING"}
| `streamServerUrl` | The stream server url to stream from. | `https://stream.lab.amplitude.com` |

Check warning on line 395 in content/collections/experiment-sdks/en/experiment-jvm.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'url'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'url'?", "location": {"path": "content/collections/experiment-sdks/en/experiment-jvm.md", "range": {"start": {"line": 395, "column": 41}}}, "severity": "WARNING"}
| `streamFlagConnTimeoutMillis` | The timeout for establishing a valid flag config stream. This includes time for a connection to be established to stream server and time for receiving initial flag configs. | `1500` |

Check warning on line 396 in content/collections/experiment-sdks/en/experiment-jvm.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Amplitude.Passive] 'be established' looks like passive voice. Raw Output: {"message": "[Amplitude.Passive] 'be established' looks like passive voice.", "location": {"path": "content/collections/experiment-sdks/en/experiment-jvm.md", "range": {"start": {"line": 396, "column": 131}}}, "severity": "WARNING"}
| `cohortSyncConfig` | Configuration to enable cohort downloading for [local evaluation cohort targeting](#local-evaluation-cohort-targeting). | `null` |
Expand Down

0 comments on commit dad38b9

Please sign in to comment.