-
Notifications
You must be signed in to change notification settings - Fork 37
Defined TimeoutTable for the user to customize timeouts #140
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
base: master
Are you sure you want to change the base?
Defined TimeoutTable for the user to customize timeouts #140
Conversation
b17f6b1
to
e1983a0
Compare
Memory usage change @ e1983a0
Click for full report table
Click for full report CSV
|
@andreagilardoni what do you think about adding also another function to just change one interval? Something like
I think it would be more handy if users have to change only one interval and not the entire table. |
It seems to be a good idea, I will add it. |
e1983a0
to
29cb23c
Compare
changing the approach from defining a static array CHECK_INTERVAL_TABLE we can allow the user to change timeout values at runtime depending on his needs.
29cb23c
to
7a9f07b
Compare
Memory usage change @ 7a9f07b
Click for full report table
Click for full report CSV
|
@andreagilardoni LGTM, I would add it to the example, what do you think? |
changing the approach from defining a static array CHECK_INTERVAL_TABLE we can allow the user to change timeout values at runtime depending on his needs.
This addresses #139