diff --git a/Base-Plugin-Settings.md b/Base-Plugin-Settings.md index 7dd94c7..823d529 100644 --- a/Base-Plugin-Settings.md +++ b/Base-Plugin-Settings.md @@ -74,6 +74,8 @@ The core settings defined include the following: * _updaterate_ : this setting, an integer in milliseconds, specifies how often the web clients should poll the server for updates (whether it be tile updates, chat messages, or player position updates). Setting this to a higher value can reduce web server traffic. +* _fullrenderplayerlimit_ : this optional setting defines an option for suspending fullrender/radiusrender processing when the number of active player logins reach or exceed a given limit. Default is 0 (disabled), while a setting of 1 will result in fullrender/radiusrender processing being suspended while any players are logged in. + * _showplayerfacesinmenu_ : this setting, a boolean, is used to control whether to show online players in the tray meny on the web clients. Default is to show the players (true). * _sidebaropened_ : this setting, a string, is used to optionally pin the sidebar menu permanently open ('true'), pinned by default ('pinned') or closed by default ('false'). Default is false.