mirror of https://github.com/caronc/apprise
Fixed a typo
parent
c2481f1157
commit
282aabd8f3
|
@ -33,7 +33,7 @@ python apprise --dry-run --tag=devops \
|
||||||
--config=/my/path/to/my/config/apprise.txt
|
--config=/my/path/to/my/config/apprise.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
## To Much Data and Overflow Directive
|
## Too Much Data and Overflow Directive
|
||||||
Out of the box, Apprise passes _everything_ you give it right along to the notification source. Some sources can handle a large surplus of data; others might not deal with it as well and as a result, your notification doesn't seem to go through).
|
Out of the box, Apprise passes _everything_ you give it right along to the notification source. Some sources can handle a large surplus of data; others might not deal with it as well and as a result, your notification doesn't seem to go through).
|
||||||
|
|
||||||
Apprise has a somewhat non-elegant way of handling this situation; but it's better than nothing. You simply need to tack on the **overflow** switch somewhere in your Apprise URL; for example:
|
Apprise has a somewhat non-elegant way of handling this situation; but it's better than nothing. You simply need to tack on the **overflow** switch somewhere in your Apprise URL; for example:
|
||||||
|
|
Loading…
Reference in New Issue