Thanks, I'll give that a try.
On Mon, Dec 6, 2010 at 7:21 AM, Jan Buchholdt wrote:
> The config.setMaxConnections is not connected to the underlying
> httpConnectionManager. I guess that is an error in the implementation of the
> RiakClient. Try to use something like:
>
> RiakClient riakClient =
The config.setMaxConnections is not connected to the underlying
httpConnectionManager. I guess that is an error in the implementation of
the RiakClient. Try to use something like:
RiakClient riakClient = new com.basho.riak.client.RiakClient(config);
MultiThreadedHttpConnectionManager cm =
(Mu