发布日期: 2026-08-13
版本号: v1.53.1

Meilisearch v1.53.1 版本更新主要包含两项内容。第一,新增了一个实验性环境变量 MEILI_EXPERIMENTAL_TASK_QUEUE_MAX_READERS,用于控制任务队列中同时进行的 LMDB 读取事务的最大数量。第二,将内部组件 mini-dashboard 升级到了 v0.4.2 版本。

更新内容 (中文)

✨ 增强功能

新增环境变量以修改任务队列读取器

由 @ManyTheFish 在 https://github.com/meilisearch/meilisearch/pull/6587 提交

控制任务队列同时使用的 LMDB 最大读事务数量。

可通过导出以下环境变量来指定同时读事务的最大数量:

# 仅能通过环境变量设置此参数
MEILI_EXPERIMENTAL_TASK_QUEUE_MAX_READERS=100

产品讨论:https://github.com/orgs/meilisearch/discussions/806

🔩 杂项

完整变更日志:https://github.com/meilisearch/meilisearch/compare/v1.53.0…v1.53.1

更新内容 (原始)

✨ Enhancement

Add an env var to change the task queue readers

by @ManyTheFish in https://github.com/meilisearch/meilisearch/pull/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: https://github.com/meilisearch/meilisearch/compare/v1.53.0...v1.53.1

下载链接