β¨ Enhancement
Add an env var to change the task queue readers
by @ManyTheFish in #6587
Control the maximum number of LMDB read transactions at the same time for the task queue.
The following environment variable can be exported to specify the maximum number of simultaneous read transactions:
# Only the environment variable can set this parameter
MEILI_EXPERIMENTAL_TASK_QUEUE_MAX_READERS=100
Product discussion: https://github.com/orgs/meilisearch/discussions/806
π© Miscellaneous
Full Changelog: v1.53.0...v1.53.1