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
$this->_pool->init( $this->_pool->init(
'mime', 'mime',
255 32
); );
$this->_pool->init( $this->_pool->init(
'data', 'data',

Loading…
Cancel
Save