puniverse / comsat

Fibers and actors for web development
docs.paralleluniverse.co/comsat
Other
598 stars 103 forks source link

Reduce the number of default IO threads in `FiberHttpClientBuilder` #38

Closed pron closed 9 years ago

pron commented 9 years ago

This number may have been left from a time when the Apache async client wasn't truly async. Should probably be changed to 1 or 2.

circlespainter commented 9 years ago

Closed with #37.