mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 18:10:58 -05:00
* id tracker persisted mappings offset * remove obsolete check * review remarks * review remarks * When persisting mappings, truncate file that is larger than we expect * If persisting mappings fails, truncate file to what we had before This isn't necessary, but it is nice to clean up partial mappings. * Fix typos * Fix typos * Just truncate the file, we don't have to seek anymore * Rename length variable to mappings_expected_len --------- Co-authored-by: timvisee <tim@visee.me>