You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've recently started using the experimentation SDK and while configuring it we saw that the default polling interval for when pollOnStart is set to true is hardcoded at 1 minute. This feels like one of those properties that should be modifiable through the public API, and while checking the code I saw that it used to be but it's no longer the case, so I'm curious about why that is the case and if it could be re-added.
I'm aware that this is only needed for local evaluation and while we don't use it extensively, it's still a use case we'd like to support.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi @mtempranoWalla, thanks for raising this issue. The flagConfigPollingIntervalMillis config can still be used to set the flag polling interval. The minimum flag polling interval to 1 minute was intended to reduce the frequency of network requests for flags. It would be useful to understand your use case for us to support on this issue, thanks!
Hello all,
We've recently started using the experimentation SDK and while configuring it we saw that the default polling interval for when
pollOnStart
is set totrue
is hardcoded at 1 minute. This feels like one of those properties that should be modifiable through the public API, and while checking the code I saw that it used to be but it's no longer the case, so I'm curious about why that is the case and if it could be re-added.I'm aware that this is only needed for
local
evaluation and while we don't use it extensively, it's still a use case we'd like to support.Thanks in advance
The text was updated successfully, but these errors were encountered: