Skip to content

Commit

Permalink
chore: run ci, don't merge me
Browse files Browse the repository at this point in the history
  • Loading branch information
bretthoerner committed Mar 27, 2024
1 parent 205376b commit 1d697df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions posthog/settings/temporal.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1d697df

Please sign in to comment.