Skip to content

Commit 30a9072

Browse files
Update corpus_manager.py
1 parent 7791505 commit 30a9072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clusterfuzz/_internal/fuzzing/corpus_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ def get_corpuses_for_pruning(engine, project_qualified_name):
751751
include_regressions=True,
752752
include_delete_urls=True,
753753
max_upload_urls=3_000,
754-
max_download_urls=30_000)
754+
max_download_urls=200_000)
755755
# We will never need to upload more than the number of testcases in the
756756
# corpus to the quarantine. But add a max of 500 to avoid spending
757757
# too much time on crazy edge cases.

0 commit comments

Comments
 (0)