From 0085ed37efb8ffadbac7e398c9f6690ec148b084 Mon Sep 17 00:00:00 2001 From: Vlad Velicu Date: Thu, 1 Aug 2024 20:52:32 +0300 Subject: [PATCH] fix build --- Swift/Defaults.swift | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Swift/Defaults.swift b/Swift/Defaults.swift index 75584f8ba..28e245fbd 100644 --- a/Swift/Defaults.swift +++ b/Swift/Defaults.swift @@ -22,6 +22,13 @@ import Foundation +public extension DatabaseConfiguration { + + /// [false] Full sync is off by default because the performance hit is seldom worth the benefit + static let defaultFullSync: Bool = false + +} + public extension LogFileConfiguration { /// [false] Plaintext is not used, and instead binary encoding is used in log files