Browse Source

reduce size of the shared memory block for mime type

PHP-GTK3
yggverse 2 months ago
parent
commit
ac4e166eb3
  1. 2
      src/Abstract/Model/Connection.php

2
src/Abstract/Model/Connection.php

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

Loading…
Cancel
Save