From 1d697dfab500065b9fcfcaa8b1a1c335bee88713 Mon Sep 17 00:00:00 2001 From: Brett Hoerner Date: Wed, 27 Mar 2024 16:06:47 -0600 Subject: [PATCH] chore: run ci, don't merge me --- posthog/settings/temporal.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/posthog/settings/temporal.py b/posthog/settings/temporal.py index ccb5fbfb0db3f..76fe1d3ab9c0e 100644 --- a/posthog/settings/temporal.py +++ b/posthog/settings/temporal.py @@ -27,3 +27,5 @@ CLICKHOUSE_MAX_BLOCK_SIZE_OVERRIDES: Dict[int, int] = dict( [map(int, o.split(":")) for o in os.getenv("CLICKHOUSE_MAX_BLOCK_SIZE_OVERRIDES", "").split(",") if o] # type: ignore ) + +# Test