diff --git a/Troubleshooting.md b/Troubleshooting.md index 6efde0e..b8ce217 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -33,7 +33,7 @@ python apprise --dry-run --tag=devops \ --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). 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: