feat: change rate limit to per hour instead of per second

This commit is contained in:
Vlad Stan 2023-02-16 14:37:31 +02:00
parent 6e67443ea4
commit 09707151c5
3 changed files with 11 additions and 11 deletions

View file

@ -19,7 +19,7 @@ class FilterSpec(Spec):
class EventSpec(Spec):
max_events_per_second = Field(0, alias="maxEventsPerSecond")
max_events_per_hour = Field(0, alias="maxEventsPerHour")
created_at_days_past = Field(0, alias="createdAtDaysPast")
created_at_hours_past = Field(0, alias="createdAtHoursPast")