mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-08-25 00:01:19 +00:00
fix: rename fd flag
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user