From 6835b4d658a2897df67079e7b2a04e1d923d916a Mon Sep 17 00:00:00 2001 From: Paul D'Ambra Date: Wed, 21 Jun 2023 14:35:12 +0100 Subject: [PATCH] fix: message size and compression settings for session recording production (#16171) * fix: message size and compression settings for session recording production * fix config setting * actually use the message size * Update query snapshots * Update query snapshots * fix default and tests --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .run/PostHog.run.xml | 6 ++++-- posthog/api/capture.py | 6 +++--- posthog/api/test/test_capture.py | 9 ++++----- posthog/kafka_client/client.py | 6 +++--- .../session_recordings/session_recording_helpers.py | 4 ++-- posthog/settings/data_stores.py | 10 +++++++--- 6 files changed, 23 insertions(+), 18 deletions(-) diff --git a/.run/PostHog.run.xml b/.run/PostHog.run.xml index fd66479a060..d637d92aabe 100644 --- a/.run/PostHog.run.xml +++ b/.run/PostHog.run.xml @@ -14,9 +14,11 @@ - - + + + +