Bump http-server-timeout default to 30s

This commit is contained in:
Ian Davis 2022-11-29 14:38:44 +00:00
parent 0a4efd4820
commit dfbf4d0f43
8 changed files with 22 additions and 22 deletions

View File

@ -76,7 +76,7 @@ var runCmd = &cli.Command{
},
&cli.StringFlag{
Name: "http-server-timeout",
Value: "3s",
Value: "30s",
},
},
Action: func(cctx *cli.Context) error {

View File

@ -420,7 +420,7 @@ var runCmd = &cli.Command{
},
&cli.StringFlag{
Name: "http-server-timeout",
Value: "3s",
Value: "30s",
},
},
Action: func(cctx *cli.Context) error {

View File

@ -28,7 +28,7 @@ var itestdCmd = &cli.Command{
},
&cli.StringFlag{
Name: "http-server-timeout",
Value: "3s",
Value: "30s",
},
},
Action: func(cctx *cli.Context) error {

View File

@ -80,7 +80,7 @@ var mpoolStatsCmd = &cli.Command{
Flags: []cli.Flag{
&cli.StringFlag{
Name: "http-server-timeout",
Value: "3s",
Value: "30s",
},
},
Action: func(cctx *cli.Context) error {

View File

@ -131,7 +131,7 @@ var runCmd = &cli.Command{
},
&cli.StringFlag{
Name: "http-server-timeout",
Value: "3s",
Value: "30s",
},
},
Action: func(cctx *cli.Context) error {

View File

@ -145,7 +145,7 @@ var runCmd = &cli.Command{
},
&cli.StringFlag{
Name: "http-server-timeout",
Value: "3s",
Value: "30s",
},
},
Description: "Needs FULLNODE_API_INFO env-var to be set before running (see lotus-wallet --help for setup instructions)",

View File

@ -274,7 +274,7 @@ var runCmd = &cli.Command{
},
&cli.StringFlag{
Name: "http-server-timeout",
Value: "3s",
Value: "30s",
},
},
Before: func(cctx *cli.Context) error {

View File

@ -40,7 +40,7 @@ USAGE:
OPTIONS:
--addpiece enable addpiece (default: true) [$LOTUS_WORKER_ADDPIECE]
--commit enable commit (32G sectors: all cores or GPUs, 128GiB Memory + 64GiB swap) (default: true) [$LOTUS_WORKER_COMMIT]
--http-server-timeout value (default: "3s")
--http-server-timeout value (default: "30s")
--listen value host address and port the worker api will listen on (default: "0.0.0.0:3456") [$LOTUS_WORKER_LISTEN]
--name value custom worker name (default: hostname) [$LOTUS_WORKER_NAME]
--no-default disable all default compute tasks, use the worker for storage/fetching only (default: false) [$LOTUS_WORKER_NO_DEFAULT]