Update fetch script

This commit is contained in:
Andras Schmelczer 2024-08-25 22:15:30 +01:00
parent ead6498c1c
commit 2c24a4e9df
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -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()"