increase curl limits

This commit is contained in:
bolvan 2019-04-17 21:06:37 +03:00
parent 0a9ffc87ea
commit c8e19907d1

View File

@ -14,7 +14,7 @@ ZURL=https://raw.githubusercontent.com/zapret-info/z-i/master/dump.csv
getuser
curl -k --fail --max-time 300 --max-filesize 41943040 "$ZURL" >$ZREESTR ||
curl -k --fail --max-time 300 --max-filesize 62914560 "$ZURL" >$ZREESTR ||
{
echo reestr list download failed
exit 2