diff options
Diffstat (limited to 'apps/tagcache.c')
-rw-r--r-- | apps/tagcache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c index ec713e29a4..4c324c8da3 100644 --- a/apps/tagcache.c +++ b/apps/tagcache.c @@ -2657,6 +2657,7 @@ bool tagcache_create_changelog(struct tagcache_search *tcs) } write(clfd, "\n", 1); + yield(); } close(clfd); |