Add more ignored config options

pull/1248/head
Stephen Shelton 4 years ago
parent 517922e4c3
commit c4de0f8493
No known key found for this signature in database
GPG Key ID: EE4BADACCE8B631C

@ -533,6 +533,17 @@ namespace llarp
addIgnoreOption("system", "pidfile");
addIgnoreOption("api", "authkey");
addIgnoreOption("netdb", "dir");
// these weren't even ever used!
addIgnoreOption("router", "max-routers");
addIgnoreOption("router", "min-routers");
// TODO: this may have been a synonym for [router]worker-threads
addIgnoreOption("router", "threads");
addIgnoreOption("metrics", "json-metrics-path");
}
void

Loading…
Cancel
Save