mirror of
https://github.com/caronc/apprise.git
synced 2024-11-22 16:13:12 +01:00
SMSEagle message limit changed from 160 to 1200 chars (#666)
This commit is contained in:
parent
892e961041
commit
2d33935e10
@ -90,7 +90,9 @@ class NotifySMSEagle(NotifyBase):
|
||||
notify_path = '/jsonrpc/sms'
|
||||
|
||||
# The maxumum length of the text message
|
||||
body_maxlen = 160
|
||||
# The actual limit is 160 but SMSEagle looks after the handling
|
||||
# of large messages in it's upstream service
|
||||
body_maxlen = 1200
|
||||
|
||||
# The maximum targets to include when doing batch transfers
|
||||
default_batch_size = 10
|
||||
|
Loading…
Reference in New Issue
Block a user