mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-06-26 06:18:04 +02:00
Merge branch 'main' into metrics
This commit is contained in:
commit
754b456320
43 changed files with 939 additions and 100 deletions
server
|
@ -49,7 +49,7 @@ const (
|
|||
DefaultVisitorEmailLimitReplenish = time.Hour
|
||||
DefaultVisitorAccountCreationLimitBurst = 3
|
||||
DefaultVisitorAccountCreationLimitReplenish = 24 * time.Hour
|
||||
DefaultVisitorAuthFailureLimitBurst = 10
|
||||
DefaultVisitorAuthFailureLimitBurst = 30
|
||||
DefaultVisitorAuthFailureLimitReplenish = time.Minute
|
||||
DefaultVisitorAttachmentTotalSizeLimit = 100 * 1024 * 1024 // 100 MB
|
||||
DefaultVisitorAttachmentDailyBandwidthLimit = 500 * 1024 * 1024 // 500 MB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue