Software / code / prosody
Changeset
11529:10bea0941bab 0.11
prosodyctl: check config: Add 'gc' to list of global options
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Fri, 30 Apr 2021 21:20:14 +0100 |
| parents | 11513:549c80feede6 |
| children | 11539:3413fea9e6db |
| files | prosodyctl |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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();