Skip to content

Commit

Permalink
chore(predictions): update liveness websocket queue QoS (#3698)
Browse files Browse the repository at this point in the history
  • Loading branch information
phantumcode authored May 15, 2024
1 parent b378499 commit 89e86a0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 89e86a0

Please sign in to comment.