Browse Source

add optimize method

main
ghost 4 months ago
parent
commit
271be38739
  1. 7
      src/Manticore.php

7
src/Manticore.php

@ -136,6 +136,13 @@ class Manticore @@ -136,6 +136,13 @@ class Manticore
);
}
public function optimize(?bool $sync = false)
{
return $this->_index->optimize(
$sync
);
}
private function _crc32(mixed $value): int
{
return crc32(

Loading…
Cancel
Save