> @@ -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 + "");
> I have used 50 in my application for a few years and this seems like a
> reasonable number compared to the 20 IO
> threads.
Ah, thanks. Care to add a code comment like `// works well with the 20 I/O
threads`? But also fine without.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/287/files#r9649110