We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f3a1e commit 3f7adecCopy full SHA for 3f7adec
GRDB/Core/Configuration.swift
@@ -245,8 +245,8 @@ public struct Configuration {
245
///
246
/// The quality of service is ignored if you supply a target queue.
247
248
- /// Default: .default
249
- public var qos: DispatchQoS = .default
+ /// Default: .userInitiated
+ public var qos: DispatchQoS = .userInitiated
250
251
/// The quality of service of read accesses
252
var readQoS: DispatchQoS {
0 commit comments