Hi, I want to set the maxConnectionsPerHost parameter to 5 for MultiThreadedHttpConnectionManger. The default value is 2, and that value is too small for me.
I use the method as below: /connectionManager.setMaxConnectionsPerHost(10); /But it seems to be no use. So how can I adjust the value for maxConnectionsPerHost parameter? Thanks very much for your help. Regards, Aegir
