From 45a7dd56c8273bed908f01eb61e5f350ffdbfa08 Mon Sep 17 00:00:00 2001 From: Guillaume Mourier Date: Tue, 18 Oct 2022 23:06:19 +0200 Subject: [PATCH] Precise max-index-size option --- text/0119-instance-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/0119-instance-options.md b/text/0119-instance-options.md index 47e4ada0..e435b1d6 100644 --- a/text/0119-instance-options.md +++ b/text/0119-instance-options.md @@ -249,7 +249,7 @@ Defines how much detail should be present in Meilisearch's logs. **Default value**: `107374182400` (100 GiB) **Expected value**: an integer (`104857600`) or a human readable size (`100Mb`) -Sets the maximum size of the index. Value must be given in bytes or explicitly stating a base unit. For example, the default value can be written as `107374182400`, `'107.7Gb'`, or `'107374 Mb'`. +Sets the maximum size for an index. Value must be given in bytes or explicitly stating a base unit. For example, the default value can be written as `107374182400`, `'107.7Gb'`, or `'107374 Mb'`. The `index` stores processed data and is different from the `task` database, which handles pending tasks.