We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0de1c9 commit dec351bCopy full SHA for dec351b
content/en/feature_flags/setup/server/_index.md
@@ -56,8 +56,10 @@ DD_REMOTE_CONFIGURATION_ENABLED=true
56
# Your Datadog API key
57
DD_API_KEY=<YOUR_API_KEY>
58
59
-# Optional: Configure polling interval (default: 5s)
60
-DD_REMOTE_CONFIGURATION_REFRESH_INTERVAL=5s
+# Optional: Configure polling interval (default: 60s)
+# 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
63
{{< /code-block >}}
64
65
### Docker
0 commit comments