Update fetch script
This commit is contained in:
parent
ead6498c1c
commit
2c24a4e9df
1 changed files with 3 additions and 3 deletions
|
|
@ -14,9 +14,9 @@
|
|||
"set_up_logging(Path(\"../logs\"))\n",
|
||||
"\n",
|
||||
"RETRY_COUNT = 10\n",
|
||||
"WORKER_COUNT = 64\n",
|
||||
"HTTP_TIMEOUT = 30\n",
|
||||
"TARGET_PATH = Path(\"/bulk2/downloaded-unsplash\")\n",
|
||||
"WORKER_COUNT = 16\n",
|
||||
"HTTP_TIMEOUT = 120\n",
|
||||
"TARGET_PATH = Path(\"/mnt/wsl/PHYSICALDRIVE0p1/downloaded-unsplash\")\n",
|
||||
"\n",
|
||||
"TARGET_PATH = TARGET_PATH.resolve()\n",
|
||||
"assert TARGET_PATH.exists()"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue