mirror of
https://github.com/overte-org/overte.git
synced 2025-04-06 16:32:42 +02:00
Set default av-mixer connection-rate to 1e7
This commit is contained in:
parent
38ca699ff5
commit
a0fd828ef7
1 changed files with 2 additions and 2 deletions
|
@ -1307,8 +1307,8 @@
|
|||
"name": "connection_rate",
|
||||
"label": "Connection Rate",
|
||||
"help": "Number of new agents that can connect to the mixer every second",
|
||||
"placeholder": "50",
|
||||
"default": "50",
|
||||
"placeholder": "10000000",
|
||||
"default": "10000000",
|
||||
"advanced": true
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue