mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
reduce size of the shared memory block for mime type
This commit is contained in:
parent
fe877b8b2e
commit
ac4e166eb3
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ abstract class Connection implements \Yggverse\Yoda\Interface\Model\Connection
|
|||
|
||||
$this->_pool->init(
|
||||
'mime',
|
||||
255
|
||||
32
|
||||
);
|
||||
$this->_pool->init(
|
||||
'data',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue