mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
reduce to 2 seconds
This commit is contained in:
@@ -621,7 +621,7 @@ final class ChatModel: ObservableObject {
|
||||
|
||||
init() {
|
||||
subject
|
||||
.throttle(for: 3, scheduler: DispatchQueue.main, latest: true)
|
||||
.throttle(for: 2, scheduler: DispatchQueue.main, latest: true)
|
||||
.sink { self.popRecentChats() }
|
||||
.store(in: &bag)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user