From fda5b3071b72f0667317251a082b727139eb588b Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Thu, 17 Jul 2025 14:36:49 +0200 Subject: [PATCH] fup --- components/node/files/conf/sentinel.conf.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/node/files/conf/sentinel.conf.tpl b/components/node/files/conf/sentinel.conf.tpl index e755ffa..813fdc4 100644 --- a/components/node/files/conf/sentinel.conf.tpl +++ b/components/node/files/conf/sentinel.conf.tpl @@ -15,7 +15,7 @@ dir "/tmp" port {{ $sentinel_port }} sentinel monitor {{ $master_name }} SENTINEL_MASTER {{ $port }} {{ $quorum }} -sentinel down-after-milliseconds {{ $master_nameĀ }} 60000 +sentinel down-after-milliseconds {{ $master_name }} 60000 # User-supplied sentinel configuration: # End of sentinel configuration