How to lower priority of web ui

I have a use case where I want my private instance WPT server to use a lower priority for tests issued at the main URL via the web ui.

I can set the priority in keys.ini for my API users, but it doesn’t work when I set a priority for the key the server uses.

How can I force the server to have a lower priority than my API users? I’ll consider a code hack too.

I’m using 2.7.2.

Code hack it is - right now it’s not supported but it shouldn’t be too hard to add.

runtest.php, look for the ValidateKeys() function. Right after “$hmac = sha1($hashStr);” you can add a “$test[‘priority’] = 5;”