mirror of
https://github.com/qdrant/qdrant.git
synced 2026-09-25 07:27:41 -05:00
* Issue 1905: Configurable location for the tmp snapshot files * Apply suggestions from code review Co-authored-by: Tim Visée <tim+github@visee.me> * fix code review suggestions * clippy fix * Propagate temp path, use configured dir for snapshot creation * Use real temp dir in snapshot tests * Mention default temporary snapshot file path in configuration * Use temp everywhere rather than a mix of temp and tmp * Use consistent naming for temporary snapshot directories * Extract logic for temporary storage path into toc method * Resolve clippy warnings * Apply suggestions from code review Co-authored-by: Roman Titov <ffuugoo@users.noreply.github.com> --------- Co-authored-by: Tim Visée <tim+github@visee.me> Co-authored-by: timvisee <tim@visee.me> Co-authored-by: Roman Titov <ffuugoo@users.noreply.github.com>