Skip to content

Commit 19cbc19

Browse files
authored
prod: Increase batch size for upstream version updates
1 parent 8e17c18 commit 19cbc19

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
@@ -81,7 +81,7 @@ def graph_github_backend_raw_base_url(self) -> str:
8181
Therefore, you don't need to set this when debugging locally.
8282
"""
8383

84-
batch_size_update_upstream_versions_deploy: int = 20
84+
batch_size_update_upstream_versions_deploy: int = 100
8585
"""The batch size used to push upstream version updates to the graph as they are found.
8686
"""
8787

0 commit comments

Comments
 (0)