Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
xvello committed Dec 1, 2023
1 parent b992a22 commit 6eb37a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# The maximum request body size is currently 20MiB, let's be conservative
# in case we want to lower it in the future.
BATCH_SIZE_LIMIT = 5*1024*1024
BATCH_SIZE_LIMIT = 5 * 1024 * 1024


class Consumer(Thread):
Expand Down

0 comments on commit 6eb37a4

Please sign in to comment.