Browse Source

Remove old multipathMode setting

Joseph Henry 2 months ago
parent
commit
595a70c5ed
1 changed files with 0 additions and 1 deletions
  1. 0 1
      service/README.md

+ 0 - 1
service/README.md

@@ -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. */
 	}
 }