From 7aaa993ac15a5c3a888776b53b3ae92bc619cbe6 Mon Sep 17 00:00:00 2001 From: Llloooggg Date: Wed, 14 May 2025 01:52:07 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=82=D1=80=D0=B5=D0=B4=D0=B0=D0=BA?= =?UTF-8?q?=D1=82=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=20=D0=BC=D0=B0=D0=BA?= =?UTF-8?q?=D1=81=D0=B8=D0=BC=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B=D0=B9=20=D1=80?= =?UTF-8?q?=D0=B0=D0=B7=D0=BC=D0=B5=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- image_compressor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image_compressor.py b/image_compressor.py index 26318f6..dfc643d 100644 --- a/image_compressor.py +++ b/image_compressor.py @@ -23,7 +23,7 @@ logging.basicConfig( ) MIN_SIZE = 2 * 1024 * 1024 -TARGET_SIZE_MB = 1.5 * 1024 * 1024 +TARGET_SIZE_MB = 2 * 1024 * 1024 MAX_WORKERS = min(32, (multiprocessing.cpu_count() or 1) * 5) DB_PATH = "image_compressor.db"