File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
airbyte-featureflag/src/main/kotlin Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ object ReportConnectorDiskUsage : Temporary<Boolean>(key = "platform.report-conn
172
172
173
173
object PlatformInitContainerImage : Temporary<String>(key = " platform.init-container-image" , default = " " )
174
174
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 )
176
176
177
177
object AllowMappersDefaultSecretPersistence : Permanent<Boolean>(key = " platform.allow-mappers-default-secret-persistence" , default = false )
178
178
Original file line number Diff line number Diff line change 55
55
serve : true
56
56
- name : platform.fail-sync-on-invalid-checksum
57
57
serve : false
58
- - name : platform.allow-sub-one-hour-sync-frequency
59
- serve : true
You can’t perform that action at this time.
0 commit comments