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: tools/flagd-http-connector/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,7 @@ The implementation is using Java HttpClient.
26
26
Http Connector supports optional fail-safe initialization using a cache.
27
27
If the initial fetch fails due to source unavailability, it can load the initial payload from the cache instead of
28
28
falling back to default values.
29
-
This ensures smoother startup behavior until the source becomes available again. To be effective, the fallback cache’s
30
-
TTL should be longer than the expected duration of the source downtime during initialization.
29
+
This ensures smoother startup behavior until the source becomes available again. To be effective, the TTL of the fallback cache should be longer than the expected duration of the source downtime during initialization.
31
30
32
31
### Polling cache
33
32
The polling cache is used to store the payload fetched from the URL.
0 commit comments