Skip to content

Commit

Permalink
Update Client.php
Browse files Browse the repository at this point in the history
  • Loading branch information
neilkakkar authored Jan 2, 2024
1 parent ce48f11 commit 6b0a7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use PostHog\Consumer\LibCurl;
use PostHog\Consumer\Socket;

const SIZE_LIMIT = 50_000;
const SIZE_LIMIT = 50_001;

class Client
{
Expand Down

0 comments on commit 6b0a7c9

Please sign in to comment.