mirror of https://github.com/status-im/go-waku.git
fix: rename fd flag
This commit is contained in:
parent
39c97c5d89
commit
0dbe4fd5ff
|
@ -182,7 +182,7 @@ var (
|
||||||
EnvVars: []string{"WAKUNODE2_RESOURCE_MEMORY_PERCENTAGE"},
|
EnvVars: []string{"WAKUNODE2_RESOURCE_MEMORY_PERCENTAGE"},
|
||||||
})
|
})
|
||||||
ResourceScalingFDPercent = altsrc.NewFloat64Flag(&cli.Float64Flag{
|
ResourceScalingFDPercent = altsrc.NewFloat64Flag(&cli.Float64Flag{
|
||||||
Name: "resource-scaling-file-descriptors-percentage",
|
Name: "resource-scaling-fd-percentage",
|
||||||
Usage: "Determines the percentage of total file descriptors that wil be dedicated to go-waku.",
|
Usage: "Determines the percentage of total file descriptors that wil be dedicated to go-waku.",
|
||||||
Value: 50,
|
Value: 50,
|
||||||
Destination: &options.ResourceScalingFDPercent,
|
Destination: &options.ResourceScalingFDPercent,
|
||||||
|
|
Loading…
Reference in New Issue