aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 08dff28..c257000 100644
--- a/README.md
+++ b/README.md
@@ -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.