summaryrefslogtreecommitdiffhomepage
path: root/ios
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2020-09-01 13:17:21 +0200
committerAndrej Mihajlov <and@mullvad.net>2020-09-02 13:52:40 +0200
commit301ca18b2dbc15ff9ae52f88395a9d417fa6d090 (patch)
treec71d713a2ef4c42b761d95c78e6a842f9d92dc06 /ios
parent2fc284f0b6b5d7aa6f73e9e9812a53ec550e8818 (diff)
downloadmullvadvpn-301ca18b2dbc15ff9ae52f88395a9d417fa6d090.tar.xz
mullvadvpn-301ca18b2dbc15ff9ae52f88395a9d417fa6d090.zip
Change logging queue priority from background to utility
Diffstat (limited to 'ios')
-rw-r--r--ios/PacketTunnel/WireguardDevice.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/PacketTunnel/WireguardDevice.swift b/ios/PacketTunnel/WireguardDevice.swift
index 2f46f76f84..e45cf6bd4b 100644
--- a/ios/PacketTunnel/WireguardDevice.swift
+++ b/ios/PacketTunnel/WireguardDevice.swift
@@ -65,7 +65,7 @@ class WireguardDevice {
/// A private queue used for Wireguard logging
private static let loggingQueue = DispatchQueue(
label: "net.mullvad.vpn.packet-tunnel.wireguard-device.global-logging-queue",
- qos: .background
+ qos: .utility
)
/// A private queue used to synchronize access to `WireguardDevice` members