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.
2 parents b378499 + 89e86a0 commit 9217a61Copy full SHA for 9217a61
AmplifyPlugins/Predictions/AWSPredictionsPlugin/Liveness/Service/FaceLivenessSession.swift
@@ -20,8 +20,7 @@ public final class FaceLivenessSession: LivenessService {
20
21
private let livenessServiceDispatchQueue = DispatchQueue(
22
label: "com.amazon.aws.amplify.liveness.service",
23
- target: .global()
24
- )
+ qos: .userInteractive)
25
26
init(
27
websocket: WebSocketSession,
0 commit comments