mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-07-20 10:04:08 +00:00
Add message-{size|delay}-limit
This commit is contained in:
parent
17709f2fb7
commit
36b33030f3
12 changed files with 210 additions and 90 deletions
|
@ -236,6 +236,16 @@
|
|||
# upstream-base-url:
|
||||
# upstream-access-token:
|
||||
|
||||
# Configures message-specific limits
|
||||
#
|
||||
# - message-size-limit defines the max size of a message body. Please note message sizes >4K are NOT RECOMMENDED,
|
||||
# and largely untested. If FCM and/or APNS is used, the limit should stay 4K, because their limits are around that size.
|
||||
# If you increase this size limit regardless, FCM and APNS will NOT work for large messages.
|
||||
# - message-delay-limit defines the max delay of a message when using the "Delay" header.
|
||||
#
|
||||
# message-size-limit: "4k"
|
||||
# message-delay-limit: "3d"
|
||||
|
||||
# Rate limiting: Total number of topics before the server rejects new topics.
|
||||
#
|
||||
# global-topic-limit: 15000
|
||||
|
@ -360,9 +370,3 @@
|
|||
# log-level-overrides:
|
||||
# log-format: text
|
||||
# log-file:
|
||||
|
||||
# Defines the size limit (in bytes) for a ntfy message.
|
||||
# NOTE: FCM has size limit at 4000 bytes. APNS has size limit at 4KB. If you increase this size limit, FCM and APNS will NOT work for large messages.
|
||||
# The default value is 4096 bytes.
|
||||
#
|
||||
# message-limit:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue