Skip to content

Commit 7ba7fb6

Browse files
author
Joey Marshment-Howell
committed
fix: set platform.allow-sub-one-hour-sync-frequency to true by default (#14878)
1 parent 5fed029 commit 7ba7fb6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

airbyte-featureflag/src/main/kotlin/FlagDefinitions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ object ReportConnectorDiskUsage : Temporary<Boolean>(key = "platform.report-conn
172172

173173
object PlatformInitContainerImage : Temporary<String>(key = "platform.init-container-image", default = "")
174174

175-
object SubOneHourSyncSchedules : Permanent<Boolean>(key = "platform.allow-sub-one-hour-sync-frequency", default = false)
175+
object SubOneHourSyncSchedules : Permanent<Boolean>(key = "platform.allow-sub-one-hour-sync-frequency", default = true)
176176

177177
object AllowMappersDefaultSecretPersistence : Permanent<Boolean>(key = "platform.allow-mappers-default-secret-persistence", default = false)
178178

flags.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,3 @@ flags:
5555
serve: true
5656
- name: platform.fail-sync-on-invalid-checksum
5757
serve: false
58-
- name: platform.allow-sub-one-hour-sync-frequency
59-
serve: true

0 commit comments

Comments
 (0)