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

Rollout config #719

Merged
merged 14 commits into from
Dec 4, 2024
Merged

Rollout config #719

merged 14 commits into from
Dec 4, 2024

Conversation

gthea
Copy link
Contributor

@gthea gthea commented Dec 4, 2024

Android SDK

What did you accomplish?

  • Added config for rollout cache manager.

@gthea gthea self-assigned this Dec 4, 2024
@gthea gthea marked this pull request as ready for review December 4, 2024 19:03
@gthea gthea requested a review from a team as a code owner December 4, 2024 19:03
@@ -11,6 +11,7 @@ public class ServiceConstants {
public static final long MIN_INITIAL_DELAY = 5L;
public static final int DEFAULT_RECORDS_PER_PUSH = 100;
public static final long DEFAULT_SPLITS_CACHE_EXPIRATION_IN_SECONDS = TimeUnit.DAYS.toSeconds(10); // 10 days
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are DEFAULT_SPLITS_CACHE_EXPIRATION_IN_SECONDS and DEFAULT_ROLLOUT_CACHE_EXPIRATION constants related? in that case, should we have only one, or derive one from the other?

@gthea gthea merged commit 61c484a into SDKS-9072_baseline Dec 4, 2024
5 checks passed
@gthea gthea deleted the SDKS-9031_2 branch December 4, 2024 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants