From ee0f1f3bbf731886ad8780b18a14a42cb2178cfd Mon Sep 17 00:00:00 2001 From: onefang Date: Mon, 9 Feb 2026 04:03:16 +1000 Subject: Bump main time up. --- devuan_package_mirror_sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devuan_package_mirror_sync.sh b/devuan_package_mirror_sync.sh index c8d05f0..1361d05 100755 --- a/devuan_package_mirror_sync.sh +++ b/devuan_package_mirror_sync.sh @@ -108,6 +108,6 @@ endTime=$(date +%s%3N) ; durationC=$((endTime - startTime)) resultM=$( echo "$resultM" | grep -Ev '/$|\.svg|\.txt$|\.txt.old$|versionlog\.state|log/sources|aintainers$|/by-hash/|skipping non-regular file' | head -n -4 | tail -n +2 ) resultC=$( echo "$resultC" | grep -Ev '/$|\.svg|\.txt$|\.txt.old$|versionlog\.state|log/sources|aintainers$|/by-hash/' | head -n -3 | tail -n +2 ) if [ -n "$resultM" ] ; then echo -e "$resultM\n"; fi -if [ $durationM -gt 4000 ] || [ -n "$resultM" ] ; then echo -e "Main rsync time: $durationM ms.\n"; fi +if [ $durationM -gt 4500 ] || [ -n "$resultM" ] ; then echo -e "Main rsync time: $durationM ms.\n"; fi if [ -n "$resultC" ] ; then echo -e "$resultC\n"; fi if [ $durationC -gt 3000 ] || [ -n "$resultC" ] ; then echo -e "Clean up rsync time: $durationC ms.\n"; fi -- cgit v1.1