We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 979996f commit 9e0878dCopy full SHA for 9e0878d
lib/base/lib/assets/restore-from-snapshot-http.sh
@@ -20,7 +20,7 @@ while (( SNAPSHOT_DOWNLOAD_STATUS != 0 ))
20
do
21
PIDS=$(pgrep aria2c)
22
if [ -z "$PIDS" ]; then
23
- aria2c $SNAPSHOT_URL -d $SNAPSHOT_DIR -o $SNAPSHOT_FILE_NAME -l /data/download.log --log-level=notice --allow-overwrite=true --allow-piece-length-change=true
+ aria2c --max-connection-per-server=1 $SNAPSHOT_URL -d $SNAPSHOT_DIR -o $SNAPSHOT_FILE_NAME -l /data/download.log --log-level=notice --allow-overwrite=true --allow-piece-length-change=true
24
fi
25
SNAPSHOT_DOWNLOAD_STATUS=$?
26
pid=$(pidof aria2c)
0 commit comments