aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index d6ba347..8d340ea 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,11 @@ upload = false
# (optional)
upload_unknown = false
+# Minimum duration (in milliseconds) for logs to be uploaded.
+# Set to 0 to upload all logs.
+# (optional)
+minimum_duration = 0
+
# 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".