mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 17:55:35 +00:00
disable sort by RAND() in crawler queue
This commit is contained in:
parent
646269c4d9
commit
f613b44d3f
1 changed files with 0 additions and 4 deletions
|
|
@ -56,10 +56,6 @@ $search->sort(
|
||||||
'asc'
|
'asc'
|
||||||
);
|
);
|
||||||
|
|
||||||
$search->sort( // randomize new pages queue
|
|
||||||
'RAND()'
|
|
||||||
);
|
|
||||||
|
|
||||||
$search->limit(
|
$search->limit(
|
||||||
$config->cli->document->crawl->queue->limit
|
$config->cli->document->crawl->queue->limit
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue