mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 00:01:00 +00:00
Compute the size of the auth-controller, index-scheduler and all update files in the global stats
This commit is contained in:
@ -343,6 +343,7 @@ impl ErrorCode for file_store::Error {
|
||||
match self {
|
||||
Self::IoError(e) => e.error_code(),
|
||||
Self::PersistError(e) => e.error_code(),
|
||||
Self::CouldNotParseFileNameAsUtf8 | Self::UuidError(_) => Code::Internal,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user