From fcaad20ecc98f15ded50eadd667d0f6cf455cbc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Fri, 25 Mar 2022 16:28:08 -0400 Subject: [PATCH] cli: Update docs --- documentation/en/cli-lotus-worker.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/en/cli-lotus-worker.md b/documentation/en/cli-lotus-worker.md index 11166c429..b55512865 100644 --- a/documentation/en/cli-lotus-worker.md +++ b/documentation/en/cli-lotus-worker.md @@ -50,6 +50,8 @@ OPTIONS: --windowpost enable window post (default: false) --winningpost enable winning post (default: false) --parallel-fetch-limit value maximum fetch operations to run in parallel (default: 5) + --post-parallel-reads value maximum number of parallel challenge reads (0 = no limit) (default: 0) + --post-read-timeout value time limit for reading PoSt challenges (0 = no limit) (default: 0s) --timeout value used when 'listen' is unspecified. must be a valid duration recognized by golang's time.ParseDuration function (default: "30m") --help, -h show help (default: false)