Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add configMaxAge to MParticleOptions #85

Merged
merged 2 commits into from
Jan 6, 2022

Commits on Jan 5, 2022

  1. feat: Add configMaxAge to MParticleOptions

    Set a maximum age threshold for the locally cached config. When a store config surpasses the threshold, it will be purged on the next SDK start, and the SDK will operate without a config until one is returned successfully from the server. configMaxAge is set on startup, in seconds, by calling MParticleOptions.Builder#configMaxAge(Long)
    willpassidomo committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    0dbfbc6 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Update tests for Long

    willpassidomo committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    837d00a View commit details
    Browse the repository at this point in the history