From 0fb5e41bb348697212d34dc063e2726e2b2da0c9 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico <andrea.dellamico@isti.cnr.it> Date: Wed, 24 Feb 2021 18:07:59 +0100 Subject: [PATCH] Fix a typo. --- templates/pgpool.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/pgpool.conf.j2 b/templates/pgpool.conf.j2 index f44c72b..d020caf 100644 --- a/templates/pgpool.conf.j2 +++ b/templates/pgpool.conf.j2 @@ -684,7 +684,7 @@ black_memqcache_table_list = '' #------------------------------------------------------------------------------ # IN MEMORY QUERY MEMORY CACHE #------------------------------------------------------------------------------ -memory_cache_enabled = ff +memory_cache_enabled = off # If on, use the memory cache functionality, off by default memqcache_method = 'shmem' # Cache storage method. either 'shmem'(shared memory) or