Skip to content

Commit

Permalink
Merge pull request #7659 from braze-inc/bkasman95-patch-1
Browse files Browse the repository at this point in the history
rate limit additions
  • Loading branch information
rachel-feinberg authored Jul 10, 2024
2 parents db8e1d9 + 807a4f0 commit 5e76e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _docs/_developer_guide/platform_wide/feature_flags/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ No, the SDK must be initialized to download and synchronize feature flags for th

### How frequently does the SDK refresh feature flags? {#refresh-frequency}

Feature flags are refreshed at session start and when changing active users. Feature flags can also be manually refreshed using the SDK's [refresh method][refreshing].
Feature flags are refreshed at session start and when changing active users. Feature flags can also be manually refreshed using the SDK's [refresh method][refreshing]. Feature flag refreshes are rate limited to once every five minutes (subject to change).

Keep in mind that good data practices recommend not refreshing feature flags too quickly (with potential rate limiting if done so), so it's best only to refresh before a user interacts with new features or periodically in the app if necessary.

Expand Down

0 comments on commit 5e76e26

Please sign in to comment.