mirror of
https://github.com/YGGverse/Yo.git
synced 2026-04-01 02:05:29 +00:00
reset index time
This commit is contained in:
parent
62149220b9
commit
722de9175a
1 changed files with 3 additions and 2 deletions
|
|
@ -207,8 +207,9 @@ foreach($index->search('')
|
|||
|
||||
$index->updateDocument(
|
||||
[
|
||||
'time' => time(),
|
||||
'code' => 200
|
||||
'code' => 200,
|
||||
'time' => time(),
|
||||
'index' => 0
|
||||
],
|
||||
$document->getId()
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue