requester: purge max request jobs (#1379)

* requester: purge max request jobs

* request: rm unused error

---------

Co-authored-by: shazbert <ryan.oharareid@thrasher.io>
This commit is contained in:
Ryan O'Hara-Reid
2024-01-22 12:48:45 +11:00
committed by GitHub
parent d8ec20576d
commit 0c40f90ceb
15 changed files with 5 additions and 54 deletions

View File

@@ -34,7 +34,6 @@ func TestMain(m *testing.M) {
if skipAdditionalWrapperCITests() {
return
}
request.MaxRequestJobs = 200
os.Exit(m.Run())
}