Skip to content

Commit dec351b

Browse files
committed
poll
1 parent e0de1c9 commit dec351b

File tree

1 file changed

+4
-2
lines changed
  • content/en/feature_flags/setup/server

1 file changed

+4
-2
lines changed

content/en/feature_flags/setup/server/_index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,10 @@ DD_REMOTE_CONFIGURATION_ENABLED=true
5656
# Your Datadog API key
5757
DD_API_KEY=<YOUR_API_KEY>
5858

59-
# Optional: Configure polling interval (default: 5s)
60-
DD_REMOTE_CONFIGURATION_REFRESH_INTERVAL=5s
59+
# Optional: Configure polling interval (default: 60s)
60+
# This determines the average time between making a flag change in the UI
61+
# and the change becoming available to your application.
62+
DD_REMOTE_CONFIGURATION_REFRESH_INTERVAL=10s
6163
{{< /code-block >}}
6264

6365
### Docker

0 commit comments

Comments
 (0)