meeb / django-distill

Minimal configuration static site generator for Django
MIT License
441 stars 35 forks source link

Added option to do multi-threaded uploads #76

Closed bezineb5 closed 1 year ago

bezineb5 commented 1 year ago

Note: this PR comes after #75

This adds an option to use multiple threads to upload file to the remote storage. This can save a lot of time for large sites.

meeb commented 1 year ago

Thanks!