From 7b9d1a79f855358c78a15a913055ff6cbdc0a325 Mon Sep 17 00:00:00 2001 From: Test User Date: Mon, 19 Jun 2023 12:27:18 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=2010x=20the=20size=20of=20?= =?UTF-8?q?supported=20images?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/worker/src/worker/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/worker/src/worker/utils.py b/services/worker/src/worker/utils.py index bc187b6fdf..7472e39bf9 100644 --- a/services/worker/src/worker/utils.py +++ b/services/worker/src/worker/utils.py @@ -34,7 +34,7 @@ from libcommon.exceptions import NormalRowsError, StreamingRowsError from libcommon.utils import orjson_dumps -MAX_IMAGE_PIXELS = 1_000_000_000 +MAX_IMAGE_PIXELS = 10_000_000_000 # ^ see https://pillow.readthedocs.io/en/stable/reference/Image.html#PIL.Image.MAX_IMAGE_PIXELS