zhimin-z commited on
Commit
e967f1b
·
1 Parent(s): a899f41
Files changed (1) hide show
  1. msr.py +1 -1
msr.py CHANGED
@@ -31,7 +31,7 @@ GHARCHIVE_DATA_DIR = "../gharchive/data" # Local GHArchive data directory
31
  DUCKDB_CACHE_FILE = "../gharchive/gharchive_cache.duckdb" # Persistent DuckDB database for caching
32
 
33
  # Download configuration
34
- DOWNLOAD_WORKERS = 2 # Number of parallel download threads
35
  DOWNLOAD_RETRY_DELAY = 2 # Initial retry delay in seconds
36
  MAX_RETRIES = 5 # Maximum number of retries for each API call
37
 
 
31
  DUCKDB_CACHE_FILE = "../gharchive/gharchive_cache.duckdb" # Persistent DuckDB database for caching
32
 
33
  # Download configuration
34
+ DOWNLOAD_WORKERS = 4 # Number of parallel download threads
35
  DOWNLOAD_RETRY_DELAY = 2 # Initial retry delay in seconds
36
  MAX_RETRIES = 5 # Maximum number of retries for each API call
37