reduce size of the shared memory block for mime type

This commit is contained in:
yggverse 2024-07-17 20:31:50 +03:00
parent fe877b8b2e
commit ac4e166eb3

View file

@ -39,7 +39,7 @@ abstract class Connection implements \Yggverse\Yoda\Interface\Model\Connection
$this->_pool->init(
'mime',
255
32
);
$this->_pool->init(
'data',