# HG changeset patch # User Kim Alvefur # Date 1622111755 -7200 # Node ID 35e880501efdedd4758061f1707f585b083352c2 # Parent 6e67872bcba4f50167e909d487bedc8ce1ebd42c prosodyctl: Add 'limits' to known globals to warn about misplacing it It will do nothing in a VirtualHost section for example. diff -r 6e67872bcba4 -r 35e880501efd prosodyctl --- a/prosodyctl Sun May 16 16:14:23 2021 +0200 +++ b/prosodyctl Thu May 27 12:35:55 2021 +0200 @@ -841,7 +841,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", "gc", + "network_backend", "http_default_host", "gc", "limits", "statistics_interval", "statistics", "statistics_config", }); local config = configmanager.getconfig();