Hotfix: commit more often when reading tags

This commit is contained in:
Vincent Riquer 2025-10-12 01:26:35 +02:00 committed by ScriptFanix
parent 3a6c7bfc9c
commit 2b5bf06e58

View File

@ -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 )) \