Add opus_threshold to example config.
authorMartin Johansson <martin@fatbob.nu>
Mon, 6 May 2013 20:26:49 +0000 (22:26 +0200)
committerMartin Johansson <martin@fatbob.nu>
Mon, 6 May 2013 20:26:49 +0000 (22:26 +0200)
umurmur.conf.example

index c48e5653314448386df510d55aba0f79c5afd4d6..5fd24bc7ec786c5bd22ca738c6577fb70c78fab5 100644 (file)
@@ -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;