snowplow / snowplow-android-tracker

Snowplow event tracker for Android. Add analytics to your Android apps and games
http://snowplowanalytics.com
Apache License 2.0
110 stars 63 forks source link

Increase interval for updating platform context properties from 0.1s to 1s #624

Closed matus-tomlein closed 1 year ago

matus-tomlein commented 1 year ago

In line with the feature request on the iOS tracker, we should also here increase the interval in which the platform context properties are periodically updated when events are tracked. The goal is to take up less CPU resources.

We can increase the interval from 0.1s to 1s.

Issue on the iOS tracker: https://github.com/snowplow/snowplow-ios-tracker/issues/798