MeiliSearch/meilisearch
meili-bors[bot] 2d2619bd90
Merge #3933
3933: Stop computing the update files size r=ManyTheFish a=Kerollmops

This PR, related #3934, removes the part which computes the total size of the `data.ms/update_files` folder, which can take a lot of time when many updates must be processed.

It is not breaking API-side but is breaking on the result we will show to the user. The `databaseSize` field returned by the `/stats` endpoint will be reduced.

Co-authored-by: Kerollmops <clement@meilisearch.com>
2023-07-18 12:02:08 +00:00
..
src Stop computing the update files size 2023-07-18 11:51:30 +02:00
tests Test geo sort with string lat/lng 2023-07-17 18:28:03 +02:00
build.rs Add note in code so one does not forget next time 2023-02-16 10:53:14 +01:00
Cargo.toml Replace the atty dependency with the is-terminal one 2023-07-03 18:51:42 +02:00