mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 01:57:41 +08:00
Add the default commented experimental batched tasks limit parameter to the config file
This commit is contained in:
parent
99fec27788
commit
976af4fa8f
@ -129,3 +129,6 @@ experimental_enable_metrics = false
|
|||||||
|
|
||||||
# Experimental RAM reduction during indexing, do not use in production, see: <https://github.com/meilisearch/product/discussions/652>
|
# Experimental RAM reduction during indexing, do not use in production, see: <https://github.com/meilisearch/product/discussions/652>
|
||||||
experimental_reduce_indexing_memory_usage = false
|
experimental_reduce_indexing_memory_usage = false
|
||||||
|
|
||||||
|
# Experimentally reduces the maximum number of tasks that will be processed at once, see: <https://github.com/orgs/meilisearch/discussions/713>
|
||||||
|
# experimental_max_number_of_batched_tasks = 100
|
||||||
|
Loading…
Reference in New Issue
Block a user