Changeset 882
- Timestamp:
- 2008-03-12 23:26:21 (8 months ago)
- Files:
-
- branches/1.0.x/chrome/content/dta/manager/prefs.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0.x/chrome/content/dta/manager/prefs.js
r881 r882 120 120 this.tempLocation = null; 121 121 } 122 var conns = Math.floor((this.maxInProgress * this.maxChunks) * 1.5) + 2;122 var conns = (this.maxInProgress * this.maxChunks) + 2; 123 123 if (conns > Preferences.get('network.http.max-persistent-connections-per-server', conns)) { 124 124 Preferences.set('network.http.max-persistent-connections-per-server', conns);
