Skip to content

results_importer: Do not prune more than 3 builds at one time

clayton craft requested to merge prune3 into master

For databases with a lot of builds that need to be pruned, this can introduce serious latency when importing new jobs. This change limits the number of builds pruned for every import to 3.

Merge request reports