diff --git a/Kit/plugins/Repeater.swift b/Kit/plugins/Repeater.swift index 4a670280..b7fc7ceb 100644 --- a/Kit/plugins/Repeater.swift +++ b/Kit/plugins/Repeater.swift @@ -20,7 +20,7 @@ public class Repeater { private var callback: (() -> Void) private var state: State = .paused - private var timer: DispatchSourceTimer = DispatchSource.makeTimerSource(queue: DispatchQueue(label: "eu.exelban.Stats", qos: .background)) + private var timer: DispatchSourceTimer = DispatchSource.makeTimerSource(queue: DispatchQueue(label: "eu.exelban.Stats.Repeater", qos: .default)) public init(seconds: Int, callback: @escaping (() -> Void)) { self.callback = callback