remove timer

This commit is contained in:
mertalev
2025-09-11 17:31:25 -04:00
parent fb798a3492
commit 7cd5b7f64d

View File

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