From 1d2e19dc9dc0b064eea36bccb33d8ac7d900dd1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Kami=C5=84ski?= Date: Thu, 17 Oct 2024 16:13:20 +0200 Subject: [PATCH] fixes 22 --- scripts/data/client2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/data/client2.py b/scripts/data/client2.py index 470dd389..a09ae971 100644 --- a/scripts/data/client2.py +++ b/scripts/data/client2.py @@ -11,7 +11,7 @@ # Constants MAX_WEIGHT_LIMIT = 50 # Total weight limit for all jobs -THREAD_POOL_SIZE = 1 # Number of threads for processing +THREAD_POOL_SIZE = 4 # Number of threads for processing QUEUE_MAX_SIZE = THREAD_POOL_SIZE * 2 # Maximum size of the job queue BASE_DIR = Path(".client_cache")