Skip to content

Commit

Permalink
bump to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech committed Aug 5, 2024
1 parent 72d430a commit ee9af7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/models/async_deletion/delete_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# We purposely set this lower than the 256KB limit in ClickHouse to account for the potential overhead of the argument
# substitution and settings injection. This is a conservative estimate, but it's better to be safe than hit the limit.
MAX_QUERY_SIZE = 230_000 # 230KB which is less than 256KB limit in ClickHouse
MAX_SELECT_EXECUTION_TIME = 2 * 60 * 60 # 2 hours
MAX_SELECT_EXECUTION_TIME = 3 * 60 * 60 # 3 hours


# Note: Session recording, dead letter queue, logs deletion will be handled by TTL
Expand Down

0 comments on commit ee9af7c

Please sign in to comment.