feat: change rate limit to per hour instead of per second
This commit is contained in:
parent
6e67443ea4
commit
09707151c5
3 changed files with 11 additions and 11 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue