Skip to content

Commit

Permalink
Fix bulk queued requests in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Sep 22, 2023
1 parent 8ba876b commit c782297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/proxy/make_requests_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ func bulkRequestWorker(ssl bool, hostname string, scanId string, requestParts []
req.Record()

request_queue.Decrement(scanId)
project.ScriptDecrementTotalRequests(scanId)
project.ScriptIncrementRequestCount(scanId)
}
done <- true
}
Expand Down

0 comments on commit c782297

Please sign in to comment.