Skip to content

Commit

Permalink
script: Increase diff limit
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcxzyw committed Dec 1, 2024
1 parent 98c1268 commit 241a237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/filter_pr_changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os
import heapq

max_diff_per_file = 500
max_diff_per_file = 1000
max_diff_total = 15000
max_diff_size_total = 900_000
max_file_total = 200
Expand Down

0 comments on commit 241a237

Please sign in to comment.