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