v1.46.1
hiddify/hiddify-appv1.46.1Jun 9, 2026by ManyTheFish
AI Summary
Introduces an experimental feature to queue document fetch routes, ensuring they wait in the search queue when no processing thread is available.
Key Highlights
- Experimental `queueDocumentsFetch` feature added
- Routes `GET indexes/:uid/documents` and `POST indexes/:uid/documents/fetch` are queued under load
- Prevents blocking behavior during high traffic
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.