Skip to content

Commit 4da5e25

Browse files
committed
chore: set max workers
1 parent c8a5afa commit 4da5e25

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

updater/cmd.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ python -m venv .venv
3737
source .venv/bin/activate
3838
pip install 'pokeapi-ditto==1.0.5'
3939
rm -rf ./data
40+
export DITTO_MAX_WORKERS=2
4041
ditto clone --src-url http://localhost/ --dest-dir ./data
4142
# (╯°□°)╯ *always* assume magikarp failed and grab it again #clowntown
4243
ditto clone --src-url http://localhost/ --dest-dir ./data --select pokemon/129

0 commit comments

Comments
 (0)