add cleanup limit argument

This commit is contained in:
yggverse 2024-03-21 18:41:33 +02:00
parent e635ec6dc9
commit 79b82d46e1
2 changed files with 13 additions and 3 deletions

View file

@ -99,11 +99,13 @@ php src/cli/document/crawl.php
##### Clean
Make index optimization, apply new configuration rules
```
php src/cli/document/clean.php
php src/cli/document/clean.php [limit]
```
* make index optimization
* `limit` - integer, documents quantity per queue
##### Search