| I edited it slightly to make it easier to read. And for the record, this is what each does:
network.http.pipelining.maxrequests -> how many requests it can receive at once (it won't get any faster after like 8 though
The two booleans just allow the above to happen, and the one I had you add is used to determine how long Firefox waits until it begins accepting data. |