v1.0.85 - Bug fix for speed improvement

#10
pull/16/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 4ff496ee92
commit 7228a2127f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
#!/usr/bin/env bash
scriptVersion="1.0.84"
scriptVersion="1.0.85"
lidarrUrlBase="$(cat /config/config.xml | xq | jq -r .Config.UrlBase)"
if [ "$lidarrUrlBase" = "null" ]; then
lidarrUrlBase=""
@ -710,7 +710,7 @@ GetMissingCutOffList () {
amountPerPull=8000
elif [ $lidarrMissingTotalRecords -le 90000 ]; then
amountPerPull=9000
elif [ $lidarrMissingTotalRecords -le 100000 ]; then
else
amountPerPull=10000
fi

Loading…
Cancel
Save