Drew McLellan

Results 32 comments of Drew McLellan

You can actually change the default in one central place using the `TIMEOUT` constant. Is that insufficient? Are you finding the 10 second default too short? The MailChimp API is...

In that case, I'd be more interested to see `self::TIMEOUT` be replaced with `static::TIMEOUT` so that the constant could be overridden by inheritance. At the same time, it might be...

Sure, I don't see why not.

Did you get anywhere towards solving this?

This sounds interesting. Could you give an example of how the user would use these methods in their code?

This seems to roll back #231. Was there a reason for that, or was it just a mistake?

I think the errors array should be populated within `determineSuccess()` as that is where `last_error` is set.

Does that break any other requests? That was the problem seen previously.

That's still a very big batch. Does a smaller batch work? It does sound like you're hitting into configured or available resource limits.

Yes, could be any of those. This library only implements a cURL timeout option, which is configurable. Other than that, you could be hitting script timeout limits, memory limits, anything....