Increase number of concurrent workers

Hi. As the title says, is there any way to increase the maximum number of concurrency to more than 10 on a single device?

The maximum limit of concurrent workers on a device can be increased up to 10. It is not possible to have more than 10.

The question is, why? What’s the reason behind 10 being the maximum?

Two main reasons helped enforce the design choice:

  1. Preventing abuse
  2. It was too easy for users to shoot themselves in the foot in hopes of getting faster checks.