Hard Light Productions Forums
General FreeSpace => FreeSpace & FreeSpace Open Support => Topic started 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 ?
-
There is indeed. You will need to launch the installer from the command-line:
java -DmaxParallelDownloads=1 -jar FreeSpaceOpenInstaller.jar
-
Thanks!