Decrease the fetch pack client buffer to the lower minimum
commita128cb3434d12fb314657e6f69f8ee0315b14b8b
authorShawn O. Pearce <spearce@spearce.org>
Sun, 10 May 2009 22:48:05 +0000 (10 15:48 -0700)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Mon, 11 May 2009 19:55:09 +0000 (11 21:55 +0200)
treeaf4181814a495d2412710936c43470285a496fb2
parent3eaf3931863707bf36efe932ecfbb39fe0e48b06
Decrease the fetch pack client buffer to the lower minimum

This is the lowest buffer size we actually require to keep the
client and server sides from deadlocking against each other.

Also added documentation, and renamed the symbol to better match
its real purpose; naming the lower threshold we can allow for a
buffer.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit/src/org/spearce/jgit/transport/BasePackFetchConnection.java
org.spearce.jgit/src/org/spearce/jgit/transport/TransportLocal.java