v1.46.1
commaai/openpilotv1.46.1Jun 9, 2026by ManyTheFish
AI Summary
This release introduces an experimental feature that forces document fetch routes to wait in the search queue when no processing thread is available.
Key Highlights
- Experimental `queueDocumentsFetch` feature
- Routes now wait in search queue when no thread is available
New Features
- Queue documents fetch routes
Full Release Notes
## Queue documents fetch routes Add an experimental feature, `queueDocumentsFetch`, forcing the routes `GET indexes/:uid/documents` and `POST indexes/:uid/documents/fetch` to wait in the search queue if there is no available thread to process them.