Skip to content

Commit

Permalink
Change time between two duplicate pizza orders
Browse files Browse the repository at this point in the history
  • Loading branch information
floflo0 authored and KwikKill committed Oct 29, 2024
1 parent 592211c commit 873900f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion insalan/pizza/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .models import Pizza, Order, TimeSlot, PizzaOrder, PizzaExport, PaymentMethod


DUPLICATED_ORDER_DELTA_TIME: int = 5 # minutes
DUPLICATED_ORDER_DELTA_TIME: int = 1 # minutes


class PizzaSerializer(serializers.ModelSerializer):
Expand Down

0 comments on commit 873900f

Please sign in to comment.