AsyncHttpClient/async-http-client

units for timeout configs

ukarim opened this issue · 2 comments

ukarim commented

Hi!

It would be great to specify units for timeout values in the documentation

Dsl.config()
        .setReadTimeout(xxx)
        .setConnectTimeout(xxx)
        .setRequestTimeout(xxx)

Would you like to do a PR?

ukarim commented

@hyperxpro It looks like this issue will be automatically resolved with next stable release. 3.x.x version uses java.time.Duration as method argument.
Thanks!