- Notifications
You must be signed in to change notification settings - Fork37
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 ourterms of service andprivacy 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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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. |
changing the approach from defining a static array CHECK_INTERVAL_TABLEwe can allow the user to change timeout values at runtime depending onhis needs.
Memory usage change @7a9f07b
Click for full report table
Click for full report CSV
|
Uh oh!
There was an error while loading.Please reload this page.
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