This commit is contained in:
Shadowfacts 2022-01-26 23:10:45 -05:00
parent a6d29b203c
commit 9f9a214b0a
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ class HomeViewController: UIViewController {
try! feedResultsController.performFetch()
fervorController.syncStateSubject
.delay(for: .milliseconds(500), tolerance: nil, scheduler: RunLoop.main, options: nil)
.debounce(for: .milliseconds(250), scheduler: RunLoop.main, options: nil)
.sink { [unowned self] in
self.syncStateChanged($0)