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 dad38b9 commit bb44453
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 @@ -393,7 +393,7 @@ If you're using Amplitude's EU data center, configure the `serverZone` option on
| `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, 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` |
| `streamFlagConnTimeoutMillis` | The timeout for establishing a valid flag config stream. This includes time for establishing a connection to stream server and time for receiving initial flag configs. | `1500` |
| `cohortSyncConfig` | Configuration to enable cohort downloading for [local evaluation cohort targeting](#local-evaluation-cohort-targeting). | `null` |

**AssignmentConfiguration**
Expand Down

0 comments on commit bb44453

Please sign in to comment.