We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06ce624 + 71c81dd commit 57c4841Copy full SHA for 57c4841
1 file changed
src/main/java/io/split/android/client/service/ServiceConstants.java
@@ -11,6 +11,7 @@ public class ServiceConstants {
11
public static final long MIN_INITIAL_DELAY = 5L;
12
public static final int DEFAULT_RECORDS_PER_PUSH = 100;
13
public static final int DEFAULT_ROLLOUT_CACHE_EXPIRATION = 10; // 10 days
14
+ public static final long DEFAULT_SPLITS_CACHE_EXPIRATION_IN_SECONDS = TimeUnit.DAYS.toSeconds(DEFAULT_ROLLOUT_CACHE_EXPIRATION); // 10 days
15
16
public static final int MAX_ROWS_PER_QUERY = 100;
17
0 commit comments