summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/tagcache.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c
index e1b99bd3a7..7265ce87b2 100644
--- a/apps/tagcache.c
+++ b/apps/tagcache.c
@@ -4302,6 +4302,8 @@ static bool check_deleted_files(void)
4302 logf("-> %s / %ld", buf, tfe.tag_length); 4302 logf("-> %s / %ld", buf, tfe.tag_length);
4303 delete_entry(tfe.idx_id); 4303 delete_entry(tfe.idx_id);
4304 } 4304 }
4305
4306 do_timed_yield();
4305 } 4307 }
4306 4308
4307 close(fd); 4309 close(fd);