mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-06-14 08:33:20 +02:00
Increase message size limit to 4096
This commit is contained in:
parent
1fd327325f
commit
7b37141e07
3 changed files with 109 additions and 8 deletions
server
|
@ -13,7 +13,7 @@ const (
|
|||
DefaultAtSenderInterval = 10 * time.Second
|
||||
DefaultMinDelay = 10 * time.Second
|
||||
DefaultMaxDelay = 3 * 24 * time.Hour
|
||||
DefaultMessageLimit = 512
|
||||
DefaultMessageLimit = 4096
|
||||
DefaultFirebaseKeepaliveInterval = time.Hour
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue