diff options
author | Matthew Wild <mwild1@gmail.com> | 2021-04-30 21:20:14 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2021-04-30 21:20:14 +0100 |
commit | e9b383cdb22cbf667fc16d55351ff1d71d0e6d9f (patch) | |
tree | 2fc9099a028ff17309a87ff740be0f653d1730ec /prosodyctl | |
parent | f1550b900d4095dfde87ccc60bbfebb088b03ef5 (diff) | |
download | prosody-e9b383cdb22cbf667fc16d55351ff1d71d0e6d9f.tar.gz prosody-e9b383cdb22cbf667fc16d55351ff1d71d0e6d9f.zip |
prosodyctl: check config: Add 'gc' to list of global options
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -837,7 +837,7 @@ function commands.check(arg) 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(); |