1 patch for repository http://darcs.net/screened:
patch 079b5bc14a7dba4a2923ba306b25e57d914bf710
Author: Ben Franksen <benjamin.franksen@helmholtz-berlin.de>
Date: Wed Feb 11 00:24:40 CET 2015
* removed block buffering for bundle transfer in push and remote apply
This partially rolls back changes made in
'optimization: compress patch data before sending over ssh'
The block buffering changes should have been recorded separately in the
first place. It also turned out that they do not actually improve
performance (in contrast to the compression).
Accepted (it's a very simple change and we discussed it in
http://bugs.darcs.net/patch1256 ). This and patch1256 go into branch
2.10 as (simple and reliable) optimization.