compress images

This commit is contained in:
oxeo0 2025-06-05 17:09:00 +02:00
parent b03de58ab1
commit cc1cfc48ac
No known key found for this signature in database
GPG key ID: B4DCEAB52B5BEC67
2 changed files with 2 additions and 2 deletions

View file

@ -60,4 +60,4 @@ def main(directory, max_workers):
print(f"Compression failed for {fpath}: {exc}")
if __name__ == "__main__":
main('../docs/', max_workers=32)
main('../docs/', max_workers=4)