Skip to content

Commit

Permalink
be less aggressive
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercoms committed Aug 28, 2024
1 parent 50918c9 commit 3b95143
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pbpy/pbunreal.py
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,8 @@ def download_engine(bundle_name=None, download_symbols=False):
f"{gcs_bucket}lt/{bundle_name}/{version}.json",
"--target-path",
str(base_path),
"--no-cache-target-index",
"--cache-path",
f"Saved/longtail/cache/{bundle_name}",
"--validate",
"--enable-file-mapping",
],
Expand Down

0 comments on commit 3b95143

Please sign in to comment.