increase of Pushover attachment size to 5MB (#1427)

This commit is contained in:
Chris Caron
2025-10-05 10:48:16 -04:00
committed by GitHub
parent 2b2e476c24
commit a3b4a13b5c

View File

@@ -166,9 +166,9 @@ class NotifyPushover(NotifyBase):
# Default Pushover sound
default_pushover_sound = PushoverSound.PUSHOVER
# 2.5MB is the maximum supported image filesize as per documentation
# here: https://pushover.net/api#attachments (Dec 26th, 2019)
attach_max_size_bytes = 2621440
# 5MB is the maximum supported image filesize as per documentation
# here: https://pushover.net/api#limits (Oct 5th, 2025)
attach_max_size_bytes = 5242880
# The regular expression of the current attachment supported mime types
# At this time it is only images