fix: rename fd flag

This commit is contained in:
Richard Ramos 2023-05-24 15:06:07 -04:00
parent 39c97c5d89
commit 0dbe4fd5ff
No known key found for this signature in database
GPG Key ID: 1CE87DB518195760
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ var (
EnvVars: []string{"WAKUNODE2_RESOURCE_MEMORY_PERCENTAGE"},
})
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.",
Value: 50,
Destination: &options.ResourceScalingFDPercent,