From c7f6428884ffc5f1768697d3ad833fe63ddbbfd1 Mon Sep 17 00:00:00 2001 From: Rafael Cossovan Date: Mon, 24 Feb 2020 16:58:15 -0300 Subject: [PATCH] docs: Update command help in README (#352) --- docs/usage-binary.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/usage-binary.md b/docs/usage-binary.md index c8fd26d..54a854f 100644 --- a/docs/usage-binary.md +++ b/docs/usage-binary.md @@ -68,6 +68,12 @@ Usage of tusd: Directory to search for available hooks scripts -hooks-enabled-events string Comma separated list of enabled hook events (e.g. post-create,post-finish). Leave empty to enable all events + -hooks-grpc string + An gRPC endpoint to which hook events will be sent to + -hooks-grpc-backoff int + Number of seconds to wait before retrying each retry (default 1) + -hooks-grpc-retry int + Number of times to retry on a server error or network timeout (default 3) -hooks-http string An HTTP endpoint to which hook events will be sent to -hooks-http-backoff int @@ -93,7 +99,7 @@ Usage of tusd: -s3-object-prefix string Prefix for S3 object names -timeout int - Read timeout for connections in milliseconds. A zero value means that reads will not timeout (default 30000) + Read timeout for connections in milliseconds. A zero value means that reads will not timeout (default 6000) -unix-sock string If set, will listen to a UNIX socket at this location instead of a TCP socket -upload-dir string