From 05b99c8f4cca9a5439c54888cf275f8447cd3c31 Mon Sep 17 00:00:00 2001 From: Ali <115415312+xogoodnow@users.noreply.github.com> Date: Fri, 22 Nov 2024 15:59:17 +0330 Subject: [PATCH] Fix typo in redis.conf (#12634) unnecessarily and repetitive "OR" --- redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.conf b/redis.conf index aadb4acb0..6688fdc2a 100644 --- a/redis.conf +++ b/redis.conf @@ -1362,7 +1362,7 @@ oom-score-adj-values 0 200 800 #################### KERNEL transparent hugepage CONTROL ###################### # Usually the kernel Transparent Huge Pages control is set to "madvise" or -# or "never" by default (/sys/kernel/mm/transparent_hugepage/enabled), in which +# "never" by default (/sys/kernel/mm/transparent_hugepage/enabled), in which # case this config has no effect. On systems in which it is set to "always", # redis will attempt to disable it specifically for the redis process in order # to avoid latency problems specifically with fork(2) and CoW.