Skip to content

Commit

Permalink
rate limit update
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Mar 19, 2020
1 parent 4c0f802 commit 33ab7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dashboard/tip_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def tipee_address(request, handle):


@csrf_exempt
@ratelimit(key='ip', rate='5/m', method=ratelimit.UNSAFE, block=True)
@ratelimit(key='ip', rate='15/m', method=ratelimit.UNSAFE, block=True)
def send_tip_3(request):
"""Handle the third stage of sending a tip (the POST).
Expand Down

0 comments on commit 33ab7b5

Please sign in to comment.