From 28de0fcc30070d5d1f01efe05832c7b0e65f1d82 Mon Sep 17 00:00:00 2001 From: Dries C Date: Tue, 19 Sep 2023 20:36:59 +0200 Subject: [PATCH] Revert "Temporarily increase workers" This reverts commit 00709c64e5667ebdf82181db9baa410139dd9a0a. --- thread/CurlThreadPool.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thread/CurlThreadPool.php b/thread/CurlThreadPool.php index 46aa0e1..73c3dde 100644 --- a/thread/CurlThreadPool.php +++ b/thread/CurlThreadPool.php @@ -14,7 +14,7 @@ class CurlThreadPool extends AsyncPool { public const MEMORY_LIMIT = 256; // 256MB Limit - public const POOL_SIZE = 8; // 8 workers + public const POOL_SIZE = 2; // 2 workers public const COLLECT_INTERVAL = 1; // 1 tick public const GARBAGE_COLLECT_INTERVAL = 15 * 60 * 20; // 15 minutes