Skip to content

Commit

Permalink
Increase contact form "timein"
Browse files Browse the repository at this point in the history
  • Loading branch information
nbuonin committed Apr 13, 2022
1 parent 2f49abf commit 6cfb723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decruck/main/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ def serve(self, request, *args, **kwargs):
if not start:
return HttpResponseForbidden()

MIN_SECONDS = 5
MIN_SECONDS = 15
diff = int(time.time()) - start
if diff < MIN_SECONDS:
return HttpResponseForbidden()
Expand Down

0 comments on commit 6cfb723

Please sign in to comment.