Skip to content

Commit

Permalink
flags: clearer usage string for eigenda-client ResponseTimeoutFlag
Browse files Browse the repository at this point in the history
  • Loading branch information
samlaf committed Nov 4, 2024
1 parent 574a762 commit 0c9fd97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flags/eigendaflags/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func CLIFlags(envPrefix, category string) []cli.Flag {
},
&cli.DurationFlag{
Name: ResponseTimeoutFlagName,
Usage: "Total time to wait for a response from the EigenDA disperser. Default is 60 seconds.",
Usage: "Flag used to configure the underlying disperser-client. Total time to wait for the disperseBlob call to return or disperseAuthenticatedBlob stream to finish and close.",
Value: 60 * time.Second,
EnvVars: []string{withEnvPrefix(envPrefix, "RESPONSE_TIMEOUT")},
Category: category,
Expand Down

0 comments on commit 0c9fd97

Please sign in to comment.