Skip to content

Commit

Permalink
description
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-kumar-saini committed Jun 27, 2023
1 parent f44cb3a commit d0a952f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion snuba/settings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,9 @@ class RedisClusters(TypedDict):
PRETTY_FORMAT_EXPRESSIONS = True

# Capacity Management

# HACK: This is necessary because single tenant does not have snuba-admin deployed / accessible
# so we can't change policy configs ourselves. This should be removed once we have snuba-admin
# available for single tenant since we can enable/disable policies at runtime there.
ENFORCE_BYTES_SCANNED_WINDOW_POLICY = True

# By default, allocation policies won't block requests from going through in a production
Expand Down

0 comments on commit d0a952f

Please sign in to comment.