mirror of
https://github.com/YGGverse/Yo.git
synced 2025-03-13 05:41:18 +00:00
disable sort by RAND() in crawler queue
This commit is contained in:
parent
646269c4d9
commit
f613b44d3f
@ -56,10 +56,6 @@ $search->sort(
|
||||
'asc'
|
||||
);
|
||||
|
||||
$search->sort( // randomize new pages queue
|
||||
'RAND()'
|
||||
);
|
||||
|
||||
$search->limit(
|
||||
$config->cli->document->crawl->queue->limit
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user