From 293e3e0fd7ec13f66cefe95e0aaebac9b30bcc20 Mon Sep 17 00:00:00 2001 From: "Igor B. Poretsky" Date: Sat, 4 Feb 2017 12:15:48 +0300 Subject: FS#9213 - Fix for audio dropout after startup Original Patch by Martin Buck Updated by Igor Poretsky --- apps/tagcache.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/tagcache.c') 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) logf("-> %s / %ld", buf, tfe.tag_length); delete_entry(tfe.idx_id); } + + do_timed_yield(); } close(fd); -- cgit v1.2.3