Skip to content

Commit

Permalink
Use default DBPool config and update translation (#1973)
Browse files Browse the repository at this point in the history
  • Loading branch information
priyonto authored Feb 23, 2024
1 parent c53963e commit 57bf305
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class SQLiteGRDBDatabase: GRDBDatabase {

private init() throws {
var configuration = Configuration()
configuration.qos = .userInitiated

let pool = try DatabasePool(path: SQLiteGRDBDatabase.databasePath, configuration: configuration)
try pool.write { database in
Expand Down
2 changes: 1 addition & 1 deletion station.localization

0 comments on commit 57bf305

Please sign in to comment.