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

Loading…
Cancel
Save