-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#1686 configure accuracy in HashedTimerWheel #1705
Conversation
Could you please elaborate on the benefits of this PR? In particular how the defaults are not suited for you. |
Hi. In this PR i'd resolved the issue #1686 to decrease delay between RequestTimeout and ListenableFuture's completion. I want to get responses as fast as possible. Also i want to mention that default values now the same as it was before this PR. |
Hello @slandelle what do you think? |
Why not. Could you please make it more simple and remove the TimeUnit and pass the duration as a number of millis? |
removed TimeUnit and passed duration as number of millis; |
Hey. Any feedback? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one nit and good to go! Sorry for the delay.
client/src/main/resources/org/asynchttpclient/config/ahc-default.properties
Outdated
Show resolved
Hide resolved
Thanks! |
Fix issue #1686