veda-consulting-company / uk.co.vedaconsulting.mailchimp

Other
22 stars 43 forks source link

Fix memory issue for huge batches. #257

Closed johanv closed 7 years ago

johanv commented 7 years ago

If for some reasons you needed to batch thousands of requests for the Mailchimp API, the extension hit the php_memory_limit. So I now restrict the size of batches to 500 requests.