qdrant / vector-db-benchmark

Framework for benchmarking vector search engines
https://qdrant.tech/benchmarks/
Apache License 2.0
250 stars 68 forks source link

fix: Add ServerAliveInterval and ServerAliveCountMax #141

Closed tellet-q closed 2 months ago

tellet-q commented 2 months ago

The experiment for h-and-m-2048-angular-filters was taking too long time to complete, so I guess ssh agent just closed the connection due to inactivity. I added ServerAliveInterval and ServerAliveCountMax to keep ssh session alive.

KShivendu commented 2 months ago

LGTM. Thanks!