Skip to content

Commit dad00fe

Browse files
authored
prod: increase frac_update_pr_json from 0.1 to 0.25
1 parent aba3e9e commit dad00fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda_forge_tick/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def graph_github_backend_raw_base_url(self) -> str:
8787
In tests or when debugging, you probably need to set this to 1.0 to update all feedstocks.
8888
"""
8989

90-
frac_update_pr_json: Fraction = 0.1
90+
frac_update_pr_json: Fraction = 0.25
9191
"""
9292
The fraction of feedstocks (randomly selected) to update in the prs job.
9393
In tests or when debugging, you probably need to set this to 1.0 to update all feedstocks.

0 commit comments

Comments
 (0)