mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
internal/config/cli.go: set description for abi-cache-api-timeout flag
This commit is contained in:
parent
18a8feea9e
commit
ecdde63f68
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ func GetFlags() *pflag.FlagSet {
|
|||
flags.String("cache", "redis", "What cache driver to use")
|
||||
|
||||
// AbiCache
|
||||
flags.Duration("abi-cache-api-timeout", time.Second, "")
|
||||
flags.Duration("abi-cache-api-timeout", time.Second, "Duration before the api call times out when the ABI cache requests an abi.")
|
||||
|
||||
// Log
|
||||
flags.StringP("log", "l", "", "Path to log file (default: print to stdout/stderr)")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue