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

22431: Set default avatar-mixer connection rate to effectively unlimited
This commit is contained in:
Shannon Romano 2019-05-06 08:01:57 -07:00 committed by GitHub
commit 827cab7f1b
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
},
{