mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
Express per hour more clear as '1 hour'
now that this info is used in the message string
This commit is contained in:
@@ -66,7 +66,7 @@ QUOTA_THRESHOLDS = {
|
||||
],
|
||||
"Project": [
|
||||
("minute", 5, "MAX_EVENTS_PER_PROJECT_PER_5_MINUTES"),
|
||||
("minute", 60, "MAX_EVENTS_PER_PROJECT_PER_HOUR",),
|
||||
("hour", 1, "MAX_EVENTS_PER_PROJECT_PER_HOUR",),
|
||||
],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user