From 0c57b93dfb882580f7ec43f0ddfea83c1c7ea729 Mon Sep 17 00:00:00 2001 From: Martin Johansson Date: Mon, 6 May 2013 22:26:49 +0200 Subject: [PATCH] Add opus_threshold to example config. --- umurmur.conf.example | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.2