diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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". |