Skip to content

Commit d201b1f

Browse files
committed
readme update
Signed-off-by: liran2000 <[email protected]>
1 parent c5d93b5 commit d201b1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

providers/flagd/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ If the `in-process` mode is not used, and before the provider is ready, the `get
5656

5757
#### Http Connector
5858
HttpConnector is responsible for polling data from a specified URL at regular intervals.
59-
It is leveraging Http cache mechanism with 'ETag' header, then when receiving 304 Not Modified response, reducing traffic and
60-
changes updates. Can be enabled via useHttpCache option.
59+
It is leveraging Http cache mechanism with 'ETag' header, then when receiving 304 Not Modified response,
60+
reducing traffic, reducing rate limits effects and changes updates. Can be enabled via useHttpCache option.
6161
One of its benefits is to reduce infrastructure/devops work, without additional containers needed.
6262
The implementation is using Java HttpClient.
6363

0 commit comments

Comments
 (0)