Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
velicuvlad committed Aug 1, 2024
1 parent 3f7f4f9 commit 5aa9f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Swift/Defaults.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ 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 = kCBLDefaultDatabaseFullSync.boolValue
static let defaultFullSync: Bool = false

}

Expand Down

0 comments on commit 5aa9f9b

Please sign in to comment.