perf(static-sites): parallelize Bunny transfers
This commit is contained in:
parent
d9ea6cf9b7
commit
10132c10e3
4 changed files with 143 additions and 7 deletions
|
|
@ -62,6 +62,10 @@ python3 static_site.py bunny dist --dry-run
|
|||
python3 static_site.py bunny dist
|
||||
```
|
||||
|
||||
Changed files are transferred with 16 workers by default while preserving the
|
||||
asset-before-HTML and manifest-last publication order. Set
|
||||
`BUNNY_TRANSFER_WORKERS` or pass `--workers` to tune the limit.
|
||||
|
||||
Set `BUNNY_STORAGE_ENDPOINT` when the Storage Zone is outside Frankfurt.
|
||||
|
||||
## Development
|
||||
|
|
|
|||
Loading…
Reference in a new issue