From 331556d135cb152a22f40d7c46161ff1543f1295 Mon Sep 17 00:00:00 2001 From: Tuan Pham Date: Wed, 15 May 2024 10:01:35 -0500 Subject: [PATCH] chore(predictions): update liveness websocket queue QoS --- .../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,