Skip to content

Commit

Permalink
Merge pull request #2051 from HenrikJannsen/increase-date-of-IGNORE_M…
Browse files Browse the repository at this point in the history
…AX_MAP_SIZE_UNTIL

Increase date of IGNORE_MAX_MAP_SIZE_UNTIL
  • Loading branch information
djing-chan authored Apr 14, 2024
2 parents 8018ff2 + be14045 commit fa5df7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
@Slf4j
public abstract class DataStorageService<T extends DataRequest> extends RateLimitedPersistenceClient<DataStore<T>> {
// We had too narrow limits of the max map size and need to skip the check until data with the old values have expired
public final static Date IGNORE_MAX_MAP_SIZE_UNTIL = DateUtils.getUTCDate(2024, GregorianCalendar.MAY, 30);
public final static Date IGNORE_MAX_MAP_SIZE_UNTIL = DateUtils.getUTCDate(2024, GregorianCalendar.JULY, 30);

public static final String STORE_POST_FIX = "Store";

Expand Down

0 comments on commit fa5df7e

Please sign in to comment.