Skip to content

Commit

Permalink
Temporarily increase workers
Browse files Browse the repository at this point in the history
  • Loading branch information
dries-c committed Sep 19, 2023
1 parent 92b9cf1 commit 00709c6
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
Expand Up @@ -14,7 +14,7 @@
class CurlThreadPool extends AsyncPool
{
public const MEMORY_LIMIT = 256; // 256MB Limit
public const POOL_SIZE = 2; // 2 workers
public const POOL_SIZE = 8; // 8 workers
public const COLLECT_INTERVAL = 1; // 1 tick
public const GARBAGE_COLLECT_INTERVAL = 15 * 60 * 20; // 15 minutes

Expand Down

0 comments on commit 00709c6

Please sign in to comment.