Skip to content

Commit

Permalink
Disable caching on default config
Browse files Browse the repository at this point in the history
  • Loading branch information
tsg committed Aug 8, 2024
1 parent 47b67ed commit 4dfc091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pg2webhook.env
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 4dfc091

Please sign in to comment.