From f3794283bb9b10035ea038ec142eef18c3d809d2 Mon Sep 17 00:00:00 2001 From: gigirassy Date: Fri, 27 Mar 2026 00:00:39 +0100 Subject: [PATCH] Update compose.yml --- compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose.yml b/compose.yml index 167c915..eefd4c7 100644 --- a/compose.yml +++ b/compose.yml @@ -9,5 +9,7 @@ services: - PINATA_BOOKMARK_KEY= # The reverse image search uses Tineye, which often requires Cloudflare! If you aren't comfortable with it, set this variable to 0. - PINATA_DISABLE_REVERSE=1 + # Chunk mode! This is a feature that allows you to process Pinterest images faster at the cost of using slightly more memory. Set to 0 to disable. + - CHUNK=10 restart: unless-stopped