From 150d1a20c84ca8fc0b148c95ca6b105c7c9d738e Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Mon, 30 Oct 2023 14:22:36 +0100 Subject: [PATCH] chore: :wrench: add Temporal config file --- temporal.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 temporal.yml diff --git a/temporal.yml b/temporal.yml new file mode 100644 index 0000000..8862dfa --- /dev/null +++ b/temporal.yml @@ -0,0 +1,6 @@ +limit.maxIDLength: + - value: 255 + constraints: {} +system.forceSearchAttributesCacheRefreshOnRead: + - value: true # Dev setup only. Please don't turn this on in production. + constraints: {}