From: Martin Johansson Date: Mon, 6 May 2013 20:26:49 +0000 (+0200) Subject: Add opus_threshold to example config. X-Git-Url: http://git.code-monkey.de/?p=umurmur.git;a=commitdiff_plain;h=0c57b93dfb882580f7ec43f0ddfea83c1c7ea729 Add opus_threshold to example config. --- diff --git a/umurmur.conf.example b/umurmur.conf.example index c48e565..5fd24bc 100644 --- a/umurmur.conf.example +++ b/umurmur.conf.example @@ -9,6 +9,7 @@ password = ""; # banfile = "banfile.txt"; # File to save bans to. Default is to not save bans to file. # sync_banfile = false; # Keep banfile synced. Default is false, which means it is saved to at shutdown only. # allow_textmessage = true; # Default is true +# opus_threshold = 100; # Percentage of users supporting Opus codec for it to be chosen. Default is 100. max_users = 10; # bindport = 64738;