Remove old multipathMode setting

This commit is contained in:
Joseph Henry 2025-11-10 09:38:59 -08:00 committed by GitHub
parent 1d9f06d4ac
commit 595a70c5ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,6 @@ Settings available in `local.conf` (this is not valid JSON, and JSON does not al
"allowManagementFrom": [ "NETWORK/bits", ...] |null, /* If non-NULL, allow JSON/HTTP management from this IP network. Default is 127.0.0.1 only. */
"bind": [ "ip",... ], /* If present and non-null, bind to these IPs instead of to each interface (wildcard IP allowed) */
"allowTcpFallbackRelay": true|false, /* Allow or disallow establishment of TCP relay connections (true by default) */
"multipathMode": 0|1|2, /* multipath mode: none (0), random (1), proportional (2) */
"enableMetrics": true|false /* If true, enable the collection of metrics in metrics.prom. */
}
}