From 33836b4114328174dd62276ebf639bbf1eefa010 Mon Sep 17 00:00:00 2001 From: Mantas Sidlauskas Date: Tue, 26 Mar 2024 15:22:48 +0200 Subject: [PATCH] expose new configuration options in development.yaml --- config/development.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/development.yaml b/config/development.yaml index a62df9eb96a..2ff127df3bf 100644 --- a/config/development.yaml +++ b/config/development.yaml @@ -8,6 +8,10 @@ persistence: pluginName: "cassandra" hosts: "127.0.0.1" keyspace: "cadence" + connectTimeout: 2s # defaults to 2s if not defined + timeout: 5s # defaults to 10s if not defined + consistency: LOCAL_QUORUM # default value + serialConsistency: LOCAL_SERIAL # default value cass-visibility: nosql: pluginName: "cassandra"