I have a question about the configuration of this example.
Why these options in 'interval', 'fastestInterval' and 'activitiesInterval'?
In the documentation it says that it is a millisecond configuration. With this configuration, do you try to update at full speed? Greetings and thank you
Hello!
I have a question about the configuration of this example.
Why these options in 'interval', 'fastestInterval' and 'activitiesInterval'?
In the documentation it says that it is a millisecond configuration. With this configuration, do you try to update at full speed? Greetings and thank you
var bgOptions = { ... interval: 10, fastestInterval: 5, activitiesInterval: 10, ... };