prosodyctl: check config: Add 'gc' to list of global options 0.11
authorMatthew Wild <mwild1@gmail.com>
Fri, 30 Apr 2021 21:20:14 +0100
branch0.11
changeset 11533 10bea0941bab
parent 11517 549c80feede6
child 11543 3413fea9e6db
prosodyctl: check config: Add 'gc' to list of global options
prosodyctl
--- a/prosodyctl	Thu Mar 18 16:16:54 2021 +0100
+++ b/prosodyctl	Fri Apr 30 21:20:14 2021 +0100
@@ -837,7 +837,7 @@
 		local known_global_options = set.new({
 			"pidfile", "log", "plugin_paths", "prosody_user", "prosody_group", "daemonize",
 			"umask", "prosodyctl_timeout", "use_ipv6", "use_libevent", "network_settings",
-			"network_backend", "http_default_host",
+			"network_backend", "http_default_host", "gc",
 			"statistics_interval", "statistics", "statistics_config",
 		});
 		local config = configmanager.getconfig();