mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-04 00:51:06 -05:00
* Use 24 hour timeout for shard snapshot transfer and recovery on remote This allows the snapshot transfer and recovery process to take much longer than before. Now it allows to take up to 24 hours for very large snapshots over slow connections, while before it only allowed this process to take 60 seconds. * Downgrade timeout into `recover_shard_snapshot_from_url`, remove retries