Skip to content

Commit

Permalink
chore: bump up rate limits for flag evaluation (#18592)
Browse files Browse the repository at this point in the history
  • Loading branch information
neilkakkar authored Nov 15, 2023
1 parent c49309e commit 150c807
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions posthog/api/feature_flag.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class FeatureFlagThrottle(BurstRateThrottle):
# Throttle class that's scoped just to the local evaluation endpoint.
# This makes the rate limit independent of other endpoints.
scope = "feature_flag_evaluations"
rate = "600/minute"


class CanEditFeatureFlag(BasePermission):
Expand Down

0 comments on commit 150c807

Please sign in to comment.