mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-03 16:40:54 -05:00
* Limit maximum preallocation on search results aggregator hash set Prevents an allocation failure and panic if a user specifies a huge search limit. * Prevent overflow on fixed length priority queue limit with u64::MAX * Fix overflow with high limit in search API * Add two basic tests covering high search limit