mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 17:55:35 +00:00
add cleanup limit argument
This commit is contained in:
parent
e635ec6dc9
commit
79b82d46e1
2 changed files with 13 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue