File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,7 @@ def boot_worker():
4545
4646 # Download commits DB
4747 logger .info ("Downloading commits DB..." )
48- commits_db_downloaded = db .download (
49- repository .COMMITS_DB , support_files_too = True , use_single_process = True
50- )
48+ commits_db_downloaded = db .download (repository .COMMITS_DB , support_files_too = True )
5149 if not ALLOW_MISSING_MODELS :
5250 assert commits_db_downloaded
5351
@@ -59,7 +57,7 @@ def boot_worker():
5957
6058 rev_start = "children({})" .format (commit ["node" ])
6159 logger .info ("Updating commits DB..." )
62- repository .download_commits (REPO_DIR , rev_start )
60+ repository .download_commits (REPO_DIR , rev_start , use_single_process = True )
6361
6462 # Preload models
6563 bugbug_http .models .preload_models ()
You can’t perform that action at this time.
0 commit comments