remove timer

This commit is contained in:
mertalev 2025-09-11 17:31:25 -04:00
parent fb798a3492
commit 7cd5b7f64d
No known key found for this signature in database
GPG key ID: DF6ABC77AAD98C95

View file

@ -69,6 +69,7 @@ class AssetResolver {
private func processBatch() { private func processBatch() {
batchLock.lock() batchLock.lock()
if assetRequests.isEmpty { if assetRequests.isEmpty {
batchTimer = nil
batchLock.unlock() batchLock.unlock()
return return
} }