segmentio/analytics-php

Batch size checking is 32KB instead of 500KB

Liamso opened this issue · 1 comments

Batch size checking is 32KB instead of 500KB in

/Segment/Consumer/ForkCurl.php &
/Segment/Consumer/Socket.php

The docs specify that the payload can be up to 500kb but that each operation shouldn't exceed 32kb.

Related: #196