mirror of
https://github.com/YGGverse/Yo.git
synced 2025-02-09 21:34:22 +00:00
reset index time
This commit is contained in:
parent
62149220b9
commit
722de9175a
@ -207,8 +207,9 @@ foreach($index->search('')
|
|||||||
|
|
||||||
$index->updateDocument(
|
$index->updateDocument(
|
||||||
[
|
[
|
||||||
'time' => time(),
|
'code' => 200,
|
||||||
'code' => 200
|
'time' => time(),
|
||||||
|
'index' => 0
|
||||||
],
|
],
|
||||||
$document->getId()
|
$document->getId()
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user