Changeset 882

Show
Ignore:
Timestamp:
2008-03-12 23:26:21 (8 months ago)
Author:
MaierMan
Message:

#613: Multiple "slow-down" reports.
previous estimation likely to high

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0.x/chrome/content/dta/manager/prefs.js

    r881 r882  
    120120                        this.tempLocation = null; 
    121121                } 
    122                 var conns = Math.floor((this.maxInProgress * this.maxChunks) * 1.5) + 2; 
     122                var conns = (this.maxInProgress * this.maxChunks) + 2; 
    123123                if (conns > Preferences.get('network.http.max-persistent-connections-per-server', conns)) { 
    124124                        Preferences.set('network.http.max-persistent-connections-per-server', conns);