mirror of
https://github.com/caronc/apprise.git
synced 2025-06-27 13:11:36 +02:00
default message size re-adjusted to what is documented
This commit is contained in:
parent
8e284f159f
commit
ef05cb682b
@ -118,9 +118,7 @@ class NotifyBase(object):
|
|||||||
image_size = None
|
image_size = None
|
||||||
|
|
||||||
# The maximum allowable characters allowed in the body per message
|
# The maximum allowable characters allowed in the body per message
|
||||||
# We set it to what would virtually be an infinite value really
|
body_maxlen = 32768
|
||||||
# 2^63 - 1 = 9223372036854775807
|
|
||||||
body_maxlen = 9223372036854775807
|
|
||||||
|
|
||||||
# Defines the maximum allowable characters in the title; set this to zero
|
# Defines the maximum allowable characters in the title; set this to zero
|
||||||
# if a title can't be used. Titles that are not used but are defined are
|
# if a title can't be used. Titles that are not used but are defined are
|
||||||
|
Loading…
x
Reference in New Issue
Block a user