Hard Light Productions Forums

General FreeSpace => FreeSpace & FreeSpace Open Support => Topic started by: rbl on January 15, 2023, 12:25:24 pm

Title: How to limit number of simultaneous downloads
Post by: rbl on January 15, 2023, 12:25:24 pm
I'm on slow connection that does break sometimes and your installer just starts downloading 4 large files each 700+ mb and the connection broke in the middle so it had to start over, after like 2 hours of downloading, which is very frustrating. Is it possible to limit number of simultaneous downloads to just 1 ?
Title: Re: How to limit number of simultaneous downloads
Post by: Goober5000 on January 16, 2023, 02:04:17 pm
There is indeed.  You will need to launch the installer from the command-line:

java -DmaxParallelDownloads=1 -jar FreeSpaceOpenInstaller.jar
Title: Re: How to limit number of simultaneous downloads
Post by: rbl on January 17, 2023, 11:17:11 am
Thanks!