diff options
author | Igor B. Poretsky <poretsky@mlbox.ru> | 2017-02-04 12:15:48 +0300 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2019-08-20 13:17:23 +0200 |
commit | 293e3e0fd7ec13f66cefe95e0aaebac9b30bcc20 (patch) | |
tree | b12fc864770a0c7c7c633495bb8ed28e2905c1c4 /apps/tagcache.c | |
parent | ecfb4590ad498a72f4a0f6d60a7be92b25cd293c (diff) |
FS#9213 - Fix for audio dropout after startup
Original Patch by Martin Buck
Updated by Igor Poretsky
Diffstat (limited to 'apps/tagcache.c')
-rw-r--r-- | apps/tagcache.c | 2 |
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) logf("-> %s / %ld", buf, tfe.tag_length); delete_entry(tfe.idx_id); } + + do_timed_yield(); } close(fd); |