Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
velicuvlad committed Aug 2, 2024
1 parent e858663 commit 0085ed3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Swift/Defaults.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0085ed3

Please sign in to comment.