Skip to content

Commit 3f7adec

Browse files
committed
Default qos is .userInitiated
Addresses groue#1234
1 parent c9f3a1e commit 3f7adec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GRDB/Core/Configuration.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ public struct Configuration {
245245
///
246246
/// The quality of service is ignored if you supply a target queue.
247247
///
248-
/// Default: .default
249-
public var qos: DispatchQoS = .default
248+
/// Default: .userInitiated
249+
public var qos: DispatchQoS = .userInitiated
250250

251251
/// The quality of service of read accesses
252252
var readQoS: DispatchQoS {

0 commit comments

Comments
 (0)