mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Use dedicated serial parsing queue instead of global queue to prevent unnecessary thread creation.
This commit is contained in:
@@ -407,7 +407,7 @@ private extension TwitterFeedProvider {
|
||||
self.rateLimitReset = Date(timeIntervalSince1970: Double(reset) ?? 0)
|
||||
}
|
||||
|
||||
DispatchQueue.global(qos: .background).async {
|
||||
self.parsingQueue.async {
|
||||
do {
|
||||
let tweets: [TwitterStatus]
|
||||
if isSearch {
|
||||
|
||||
Reference in New Issue
Block a user