From 89e86a0bcd82a1568409216de87ceffd8604db21 Mon Sep 17 00:00:00 2001 From: Tuan Pham <103537251+phantumcode@users.noreply.github.com> Date: Wed, 15 May 2024 10:56:49 -0500 Subject: [PATCH] chore(predictions): update liveness websocket queue QoS (#3698) --- .../Liveness/Service/FaceLivenessSession.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/AmplifyPlugins/Predictions/AWSPredictionsPlugin/Liveness/Service/FaceLivenessSession.swift b/AmplifyPlugins/Predictions/AWSPredictionsPlugin/Liveness/Service/FaceLivenessSession.swift index dfd57c1b1b..ffc2a9abac 100644 --- a/AmplifyPlugins/Predictions/AWSPredictionsPlugin/Liveness/Service/FaceLivenessSession.swift +++ b/AmplifyPlugins/Predictions/AWSPredictionsPlugin/Liveness/Service/FaceLivenessSession.swift @@ -20,8 +20,7 @@ public final class FaceLivenessSession: LivenessService { private let livenessServiceDispatchQueue = DispatchQueue( label: "com.amazon.aws.amplify.liveness.service", - target: .global() - ) + qos: .userInteractive) init( websocket: WebSocketSession,