mendix / RestServices

REST service module for Mendix. Supports consuming and publishing REST based services and real-time data synchronization. Supports JSON, form-encoded, multipart and binary data transport.
Apache License 2.0
31 stars 46 forks source link

Added action to set max concurrency and timeouts #78

Closed aleksandrpak closed 8 years ago

mweststrate commented 8 years ago

Maybe you want elaborate in the readme a bit on what we discussed yesterday, that timeout affects both socket and connection timeout, that concurrent requests is per host and the max concurrent requests in total is twice that amount.

Besides that review ok, maybe you can add a simple connection setting test by using an insanely low timeout?

And don't forget to update the master branch as well afterwards :)