pusher / pusher-http-python

Pusher Channels HTTP API library for Python
https://pusher.com/docs/server_api_guide
MIT License
375 stars 112 forks source link

increase the size of the local payload check #198

Closed benw-pusher closed 1 year ago

benw-pusher commented 1 year ago

What does this PR do?

Increases the size limit of the event payload in the local checks. This prevents two issues:

This change is safe as the API already checks the size of events and returns an error if too large.

CHANGELOG