diff options
Diffstat (limited to 'ezau-sample.toml')
-rw-r--r-- | ezau-sample.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ezau-sample.toml b/ezau-sample.toml index a18d6ad..77d96a8 100644 --- a/ezau-sample.toml +++ b/ezau-sample.toml @@ -8,6 +8,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. |