mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
fix start_since_day
This commit is contained in:
parent
37ca50832c
commit
ed750e8792
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ mod segment {
|
|||
"database_size": stats.database_size,
|
||||
"indexes_number": stats.indexes.len(),
|
||||
"documents_number": number_of_documents,
|
||||
"start_since_days": FIRST_START_TIMESTAMP.elapsed().as_secs() / 60 * 60 * 24, // one day
|
||||
"start_since_days": FIRST_START_TIMESTAMP.elapsed().as_secs() / (60 * 60 * 24), // one day
|
||||
},
|
||||
"infos": infos,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue