1 parent c8a5afa commit 4da5e25Copy full SHA for 4da5e25
1 file changed
updater/cmd.bash
@@ -37,6 +37,7 @@ python -m venv .venv
37
source .venv/bin/activate
38
pip install 'pokeapi-ditto==1.0.5'
39
rm -rf ./data
40
+export DITTO_MAX_WORKERS=2
41
ditto clone --src-url http://localhost/ --dest-dir ./data
42
# (╯°□°)╯ *always* assume magikarp failed and grab it again #clowntown
43
ditto clone --src-url http://localhost/ --dest-dir ./data --select pokemon/129
0 commit comments