From 00894efed5ad609b10c8038afd43c747cb6f9aa8 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 28 Oct 2024 00:45:26 -0700 Subject: [PATCH] Updated readme [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 948591e..9c29646 100644 --- a/README.md +++ b/README.md @@ -511,7 +511,7 @@ Specify the max amount of memory to use, as a multiple of `work_mem` (1 by defau SET hnsw.scan_mem_multiplier = 2; ``` -You can see when increasing this will help by enabling debug messages +You can see when increasing this is needed by enabling debug messages ```sql SET client_min_messages = debug1;