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