How to lower priority of web ui
|
04-09-2013, 06:12 AM
Post: #1
|
|||
|
|||
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. |
|||
04-09-2013, 06:41 AM
Post: #2
|
|||
|
|||
RE: How to lower priority of web ui
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;" |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)