Skip to content
Snippets Groups Projects
Commit 4de0d8d5 authored by Bob Mottram's avatar Bob Mottram
Browse files

Sane multi user limits

parent 052b5570
No related branches found
No related tags found
No related merge requests found
......@@ -402,8 +402,8 @@ function xmpp_create_config {
echo 'muc_burst_factor = 10;' >> /etc/prosody/prosody.cfg.lua
echo 'muc_log_by_default = false;' >> /etc/prosody/prosody.cfg.lua
echo 'muc_log_all_rooms = false;' >> /etc/prosody/prosody.cfg.lua
echo 'max_archive_query_results = 100;' >> /etc/prosody/prosody.cfg.lua
echo 'max_history_messages = 1000000;' >> /etc/prosody/prosody.cfg.lua
echo 'max_archive_query_results = 10;' >> /etc/prosody/prosody.cfg.lua
echo 'max_history_messages = 10;' >> /etc/prosody/prosody.cfg.lua
}
function install_xmpp_main {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment