Merge pull request #15484 from SimonWalton-HiFi/set-connection-rate-high-82

22421: Set default avatar-mixer connection rate to effectively unlimited
This commit is contained in:
John Conklin II 2019-04-30 16:57:05 -07:00 committed by GitHub
commit 2af3dffa49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
},
{