projects
/
umurmur.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97560b4
)
Add opus_threshold to example config.
author
Martin Johansson
<martin@fatbob.nu>
Mon, 6 May 2013 20:26:49 +0000
(22:26 +0200)
committer
Martin Johansson
<martin@fatbob.nu>
Mon, 6 May 2013 20:26:49 +0000
(22:26 +0200)
umurmur.conf.example
patch
|
blob
|
history
diff --git
a/umurmur.conf.example
b/umurmur.conf.example
index c48e5653314448386df510d55aba0f79c5afd4d6..5fd24bc7ec786c5bd22ca738c6577fb70c78fab5 100644
(file)
--- 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;