> @@ -66,7 +66,7 @@ public static Properties defaultProperties() {
> props.setProperty(PROPERTY_SO_TIMEOUT, 60000 + "");
> props.setProperty(PROPERTY_CONNECTION_TIMEOUT, 60000 + "");
> props.setProperty(PROPERTY_IO_WORKER_THREADS, 20 + "");
> - props.setProperty(PROPERTY_USER_THREADS, 0 + "");
> + props.setProperty(PROPERTY_USER_THREADS, 50 + "");
Just out of interest - why 50? And have we seen any concrete examples of
jclouds misbehaving?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/287/files#r9623378