mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Fixes after rebase to fix new issues.
This commit is contained in:
parent
17f7922bfc
commit
2ce025a906
5 changed files with 21 additions and 26 deletions
|
@ -200,7 +200,7 @@ impl Index {
|
|||
|
||||
pub fn new<P: AsRef<Path>>(options: heed::EnvOpenOptions, path: P) -> Result<Index> {
|
||||
let now = OffsetDateTime::now_utc();
|
||||
Self::new_with_creation_dates(options, path, now.clone(), now)
|
||||
Self::new_with_creation_dates(options, path, now, now)
|
||||
}
|
||||
|
||||
fn set_creation_dates(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue