##// END OF EJS Templates
rust-status: cap the number of concurrent threads to 16...
rust-status: cap the number of concurrent threads to 16 During benchmarking it was determined that the use of more threads is very advantageous... until we use more than 16. This is most likely due to some resource contention (thrashing, etc.). Until we have time to figure out and fix the underlying cause, let's just cap at 16 threads. Differential Revision: https://phab.mercurial-scm.org/D12384

File last commit:

r43177:92593d72 default
r49828:f8025bfc stable
Show More
requirements.txt.in
4 lines | 28 B | text/plain | TextLexer
Gregory Szorc
automation: perform tasks on remote machines...
r42191 boto3
Gregory Szorc
automation: initial support for running Linux tests...
r42471 paramiko
Gregory Szorc
automation: perform tasks on remote machines...
r42191 pypsrp
Gregory Szorc
automation: implement "publish-windows-artifacts" command...
r43177 twine