mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 09:45:50 +03:00
[GH-ISSUE #604] Rate limit: custom intervals (value + unit) #217
Labels
No labels
Docs
Docs
Docs
Security
UnitTest
bug
dependencies
duplicate
enhancement
enhancement
enhancement
hacktoberfest
help wanted
invalid
pull-request
question
stale
version 1
version 2
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flyimg#217
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sadok-f on GitHub (Jan 31, 2026).
Original GitHub issue: https://github.com/flyimg/flyimg/issues/604
Originally assigned to: @sadok-f on GitHub.
Replace fixed per-minute/hour/daylimits with a single config: rate_limit_limits (list of value, unit, requests).
Units: minute, hour, day, month.
Example: { value: 30, unit: day, requests: 10000 }.
@sadok-f commented on GitHub (Jan 31, 2026):
merged in #605