Skip to content

Commit

Permalink
Update default cutoff date from 12-12-2024T00:00 UTC to 31-01-2025T00…
Browse files Browse the repository at this point in the history
…:00 UTC.
  • Loading branch information
martijnvg committed Nov 27, 2024
1 parent a99feff commit 4cf6fca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ final class SyntheticSourceLicenseService {
// You can only override this property if you received explicit approval from Elastic.
static final String CUTOFF_DATE_SYS_PROP_NAME = "es.mapping.synthetic_source_fallback_to_stored_source.cutoff_date_restricted_override";
private static final Logger LOGGER = LogManager.getLogger(SyntheticSourceLicenseService.class);
static final long DEFAULT_CUTOFF_DATE = LocalDateTime.of(2025, 2, 1, 0, 0).toInstant(ZoneOffset.UTC).toEpochMilli();
static final long DEFAULT_CUTOFF_DATE = LocalDateTime.of(2025, 1, 31, 0, 0).toInstant(ZoneOffset.UTC).toEpochMilli();

/**
* A setting that determines whether source mode should always be stored source. Regardless of licence.
Expand Down

0 comments on commit 4cf6fca

Please sign in to comment.