You can set the total number of queries that can run simultaneously. The total concurrent queries must be between 0 and 500. The default value is 100.
Run the following sample request:
curl -k -X PUT 'https://<QS_HOSTNAME>:1443/general' \ --header 'Authorization: Basic <ADMIN_TOKEN>' \ --header 'Content-Type: application/json' \ --data-raw '{ "maxThreadCount":102 }'