Skip to content

Commit

Permalink
Merge branch 'SDKS-9072_baseline' into SDKS-9079
Browse files Browse the repository at this point in the history
  • Loading branch information
gthea committed Dec 5, 2024
2 parents 06ce624 + 71c81dd commit 57c4841
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 int DEFAULT_ROLLOUT_CACHE_EXPIRATION = 10; // 10 days
public static final long DEFAULT_SPLITS_CACHE_EXPIRATION_IN_SECONDS = TimeUnit.DAYS.toSeconds(DEFAULT_ROLLOUT_CACHE_EXPIRATION); // 10 days

public static final int MAX_ROWS_PER_QUERY = 100;

Expand Down

0 comments on commit 57c4841

Please sign in to comment.