From 4dfc09189eed34de8741459a9d3538838161d7e3 Mon Sep 17 00:00:00 2001 From: Tudor Golubenco Date: Thu, 8 Aug 2024 16:30:13 +0300 Subject: [PATCH] Disable caching on default config --- pg2webhook.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pg2webhook.env b/pg2webhook.env index 3b752ac..168f5a6 100644 --- a/pg2webhook.env +++ b/pg2webhook.env @@ -3,5 +3,5 @@ PGSTREAM_POSTGRES_LISTENER_URL="postgres://postgres:postgres@localhost?sslmode=d # Processor config PGSTREAM_WEBHOOK_SUBSCRIPTION_STORE_URL="postgres://postgres:postgres@localhost?sslmode=disable" -PGSTREAM_WEBHOOK_SUBSCRIPTION_STORE_CACHE_ENABLED=true +PGSTREAM_WEBHOOK_SUBSCRIPTION_STORE_CACHE_ENABLED=false PGSTREAM_WEBHOOK_SUBSCRIPTION_STORE_CACHE_REFRESH_INTERVAL="60s"