Set default av-mixer connection-rate to 1e7

This commit is contained in:
Simon Walton 2019-04-30 16:00:35 -07:00
parent 38ca699ff5
commit a0fd828ef7

View file

@ -1307,8 +1307,8 @@
"name": "connection_rate", "name": "connection_rate",
"label": "Connection Rate", "label": "Connection Rate",
"help": "Number of new agents that can connect to the mixer every second", "help": "Number of new agents that can connect to the mixer every second",
"placeholder": "50", "placeholder": "10000000",
"default": "50", "default": "10000000",
"advanced": true "advanced": true
}, },
{ {