Skip to content

Commit 6a3cf9d

Browse files
Update guideline/static-context-provider.md
Co-authored-by: Michael Beemer <beeme1mr@users.noreply.github.com> Signed-off-by: Thomas Poignant <thomas.poignant@gmail.com>
1 parent 473de6e commit 6a3cf9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guideline/static-context-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ An OFREP client provider implementation must, at the time of creation, accept at
1818
- `pollInterval`: The polling interval defining how often to update the cached flags in the provider.
1919
- If `pollInterval` is equal to 0, polling will be disabled.
2020
- See [polling section](#polling) for more details.
21-
- `timeout`: This specifies the duration to wait for a response before canceling the HTTP request. If no value is provided, a default timeout of `10 seconds` must be applied.
21+
- `timeoutMs`: This specifies the duration to wait for a response before canceling the HTTP request. If no value is provided, a default timeout of `10_000 milliseconds` must be applied.
2222

2323
## Initialize the provider
2424
The following describes the [initialization](https://openfeature.dev/specification/sections/providers#24-initialization) of an OFREP provider:

0 commit comments

Comments
 (0)