From 99db421e88b90b34a75754f7c5b779631dee8570 Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Sun, 12 Oct 2025 01:26:35 +0200 Subject: [PATCH] Hotfix: commit more often when reading tags --- lib/tags/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tags/update b/lib/tags/update index 168597c..25fef11 100644 --- a/lib/tags/update +++ b/lib/tags/update @@ -105,7 +105,7 @@ echo ' oldbitrate=${rest%%::AtOM:SQL:Sep::*} ((++count)) (( cron )) || echo -en "\rTags: $((count*100/filecount))%" - if (( count % 1000 == 0 )) + if (( count % 100 == 0 )) then echo 'COMMIT;BEGIN TRANSACTION;' >&3 (( debug )) \