Skip to content

Commit

Permalink
Update policyd.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nitmir authored Jul 26, 2023
1 parent 152894a commit 7ff2589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policyd_rate_limit/policyd.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def action(self, connection, request):
elif request['protocol_state'].upper() == "DATA":
recipient_count = max(int(request["recipient_count"]), 1)

#Custom limits per ID via SQL
# Custom limits per ID via SQL
custom_limits = config.limits_by_id
if config.sql_limits_by_id != "":
try:
Expand Down

0 comments on commit 7ff2589

Please sign in to comment.