Lowered CurlTimeoutLowSpeedLimit from 56 kB/s to 7 kB/s.
This value really IS in bytes/s (not for the total), and apparently 56 kB/s is too optimistic. The value was used by LL for transfers that went beyond the total download time (2 minutes?), adding enough seconds per received bytes to the timeout to allow a download at 56 kB/s to finish. Our meaning is different however: we time out immediately and whenever the download drops below this speed. Perhaps a better algorithm is where the speed demand is based on the total size of the download, but I'm not sure we always know the size of downloads at this point.
This commit is contained in:
@@ -4501,7 +4501,7 @@ This should be as low as possible, but too low may break functionality</string>
|
||||
<key>Type</key>
|
||||
<string>U32</string>
|
||||
<key>Value</key>
|
||||
<real>56000</real>
|
||||
<real>7000</real>
|
||||
</map>
|
||||
<key>CurlTimeoutLowSpeedTime</key>
|
||||
<map>
|
||||
|
||||
Reference in New Issue
Block a user