Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Hacker <dd0t@users.sourceforge.net>2012-09-14 20:20:47 +0400
committerStefan Hacker <dd0t@users.sourceforge.net>2012-09-18 19:50:07 +0400
commit145d9f96f5232a156318563a8659a2db182277a1 (patch)
tree50485a69f102feb8bc396fcd2dffb18a696598ab /scripts/murmur.ini
parent98cacbc28fa98e36eb6eba60b3cf40c36d76a05c (diff)
Introduce channel nesting limit (default=10).
Add NestingLimitException to Ice Interface and introduce a new NestingLimit PermissionDenied type. Addresses #3566322 "ServerDB::deleteServer crashes master"
Diffstat (limited to 'scripts/murmur.ini')
-rw-r--r--scripts/murmur.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/murmur.ini b/scripts/murmur.ini
index 87d49fd6a..2b1586f9f 100644
--- a/scripts/murmur.ini
+++ b/scripts/murmur.ini
@@ -90,6 +90,10 @@ users=100
# 0 = Always enable Opus, 100 = enable Opus if it's supported by all clients.
#opusthreshold=100
+# Maximum depth of channel nesting. Note that some databases like MySQL using
+# InnoDB will fail when operating on deeply nested channels.
+#channelnestinglimit=10
+
# Regular expression used to validate channel names
# (note that you have to escape backslashes with \ )
#channelname=[ \\-=\\w\\#\\[\\]\\{\\}\\(\\)\\@\\|]+