Skip to content

Commit

Permalink
Revert "Temporarily increase workers"
Browse files Browse the repository at this point in the history
This reverts commit 00709c6.
dries-c committed Sep 19, 2023
1 parent 00709c6 commit 28de0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thread/CurlThreadPool.php
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 28de0fc

Please sign in to comment.