Change user concurrency_limit

cpcmd scope:get cp.config mysql concurrency_limit
50

My mysql concurrency_limit is set to 50.

According to release notes

  • NEW : [mysql] => concurrency_limit, [pgsql] => database_concurrency_limit. Set maximum database connections allowable by site admin (config.ini)

This concurrency_limit sets the maximum allowed database connections per user? But when I attempt to update this value to 50, it does not work. Instead I’m getting an error that the maximum value is 20.

I am wondering how I can update this value and allow end users to set up to 50 in max connections for a user?

This website is high traffic

Fixed in edge. [database] => concurrency_limit was erroneously taking precedence.