Skip to content

Commit

Permalink
fix: set platform.allow-sub-one-hour-sync-frequency to true by defaul…
Browse files Browse the repository at this point in the history
…t (#14878)
  • Loading branch information
josephkmh committed Dec 19, 2024
1 parent 5fed029 commit 7ba7fb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion airbyte-featureflag/src/main/kotlin/FlagDefinitions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ object ReportConnectorDiskUsage : Temporary<Boolean>(key = "platform.report-conn

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

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

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

Expand Down
2 changes: 0 additions & 2 deletions flags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,3 @@ flags:
serve: true
- name: platform.fail-sync-on-invalid-checksum
serve: false
- name: platform.allow-sub-one-hour-sync-frequency
serve: true

0 comments on commit 7ba7fb6

Please sign in to comment.