From ef05cb682b0ec0a0238436e500ec3ff73d1eff04 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Thu, 21 Feb 2019 21:14:16 -0500 Subject: [PATCH] default message size re-adjusted to what is documented --- apprise/plugins/NotifyBase.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apprise/plugins/NotifyBase.py b/apprise/plugins/NotifyBase.py index ac6df799..857e577e 100644 --- a/apprise/plugins/NotifyBase.py +++ b/apprise/plugins/NotifyBase.py @@ -118,9 +118,7 @@ class NotifyBase(object): image_size = None # The maximum allowable characters allowed in the body per message - # We set it to what would virtually be an infinite value really - # 2^63 - 1 = 9223372036854775807 - body_maxlen = 9223372036854775807 + body_maxlen = 32768 # 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