From 27c7227bf21dab6b955a30813b7b1594c1b8dd22 Mon Sep 17 00:00:00 2001
From: Anton Sarukhanov <code@ant.sr>
Date: Wed, 16 Sep 2020 16:46:38 -0400
Subject: [PATCH] Photos: faster!

---
 pelicanconf.py   | 1 +
 requirements.txt | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index add7964..652d138 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -19,6 +19,7 @@ PHOTO_ARTICLE = (3840, 2160, 90)
 PHOTO_THUMB = (384, 256, 90)
 PHOTO_EXIF_KEEP = True
 PHOTO_RESIZE_JOBS = 18
+VIDEO_COPY_JOBS = 18
 
 MARKDOWN = {'extensions': ['toc(permalink=🔗)', 'codehilite(linenums=False)', 'extra']}
 
diff --git a/requirements.txt b/requirements.txt
index 58ccf80..66783da 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,4 +4,4 @@ Markdown==2.6.6
 pelican-advthumbnailer==0.7.0
 pelican-webassets==1.0.0
 piexif==1.1.3
-Pillow==7.2.0
+Pillow-SIMD==7.0.0.post3
-- 
GitLab