Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class FeatureFlagMigrationHelperCEImpl implements FeatureFlagMigrationHel
* To avoid race condition keep the refresh rate lower than cron execution interval {@link ScheduledTaskCEImpl}
* to update the tenant level feature flags
*/
private static final long TENANT_FEATURES_CACHE_TIME_MIN = 115;
private static final long TENANT_FEATURES_CACHE_TIME_MIN = 29;

@Override
public Mono<Map<FeatureFlagEnum, FeatureMigrationType>> getUpdatedFlagsWithPendingMigration(Tenant defaultTenant) {
Expand Down