This commit is contained in:
2021-02-24 14:44:11 +08:00
parent d24bfd6ff7
commit e219b9a0ac
2 changed files with 8 additions and 48 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ abstract class Pool extends Component
/** @var Channel[] */
private array $_items = [];
protected int $max = 60;
public int $max = 60;
use Timeout;