]> Sergey Matveev's repositories - btrtrc.git/commit
Limit parallelism at the piece store http backend connection level instead of at...
authorMatt Joiner <anacrolix@gmail.com>
Thu, 24 Dec 2015 14:31:50 +0000 (01:31 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Thu, 24 Dec 2015 14:31:50 +0000 (01:31 +1100)
commit08f8d7bd194ee51c790480fc0f5ebf695753c074
tree507e069699f4207ddd23fb203b0099ac53e0a6b6
parent674066c4489f323710007ca94d81cb1dd412e33d
Limit parallelism at the piece store http backend connection level instead of at the request level

This is in preparation for improvements that HTTP2 should provide.
data/pieceStore/dataBackend/http/backend.go
data/pieceStore/store.go