diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -50,6 +50,12 @@ upload = false # (optional) upload_unknown = false +# How often uploading a log should be retried when it failed. +# Note that this does not include the first try, so a value of 0 means "try it +# once". +# (optional) +retries = 0 + # Discord messaging section. # If this section is missing, ezau will not do Discord notifications for log uploads. # Mandatory keys in this section are only mandatory if the section is present, as the whole Discord functionality is optional. |