Add pollingWaitTimeMs to UpdatableOptions #434
Closed
maximpoleley
started this conversation in
Feature Request
Replies: 1 comment 5 replies
-
So this is possible, however, I would note that any timeouts that have already started wouldn't respect the new setting, so it may be possible that updating the setting without cancelling existing timeouts may confuse users, so it may be that we also want to do that when this option is updated. Happy to take a PR for it. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Background
Hi!
We currently have a need to be able to dynamically update pollingWaitTimeMs.
Is it okay to add pollingWaitTimeMs to UpdatableOptions? If so, I'll prepare a pr.
Thank you!
Objectives
pollingWaitTimeMs can be updated with updateOption function.
Beta Was this translation helpful? Give feedback.
All reactions