odnoklassniki / one-nio

Unconventional I/O library for Java
Apache License 2.0
655 stars 97 forks source link

ConnectionString javadoc #84

Closed surovenko closed 1 month ago

surovenko commented 3 months ago

Also I have changed param clientMaxPoolSize from 10 to 5000 because http client from one-nio usually used for high-load system where we need a lot of connections and value 5000 more suitable for such cases. And because of poor docs it's not obvious how to increase this value. I bet a lot of developers like me starting to use http client on production and realised that the performance is terrible, although all integration tests were normal, since 10 sockets per address are enough for tests.

surovenko commented 3 months ago

@incubos not sure what "monospaced formatting" is. Could you please provide some example with this? Can't find any in google. Thanks!

incubos commented 3 months ago

@incubos not sure what "monospaced formatting" is. Could you please provide some example with this? Can't find any in google. Thanks!

Here is some example, otherwise the formatting will be unaligned.

surovenko commented 3 months ago

@incubos done

surovenko commented 2 months ago

@incubos fixed