Skip to content

Commit 285caa2

Browse files
committed
wip
1 parent 289c585 commit 285caa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VimR/VimR/Throttler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ final class Throttler<T> {
1212
init(interval: DispatchQueue.SchedulerTimeType.Stride, latest: Bool = true) {
1313
self.publisher = self.subject.throttle(
1414
for: interval,
15-
scheduler: DispatchQueue.global(qos: .userInteractive),
15+
scheduler: DispatchQueue.main,
1616
latest: latest
1717
)
1818
.eraseToAnyPublisher()

0 commit comments

Comments
 (0)