From 54bc6f320eb717da1ad7f82ce2721b751eaafa77 Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 4 Mar 2024 20:10:56 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e18c5d..5d54ceb 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,4 @@ * drop index: `php src/index.php drop` * optimize index: `php src/index.php optimize` -_To prevent data lose on server failures, set [binlog flush strategy](https://manual.manticoresearch.com/Logging/Binary_logging#Binary-flushing-strategies) to `binlog_flush = 1`_ \ No newline at end of file +_To prevent data lose on server failures, change default [binlog flush strategy](https://manual.manticoresearch.com/Logging/Binary_logging#Binary-flushing-strategies) to `binlog_flush = 1`_ \ No newline at end of file