]> source.dussan.org Git - jgit.git/commit
Do not enforce DeltaWindow maxMemory when zero. 87/9387/1
authorColby Ranger <cranger@google.com>
Thu, 27 Dec 2012 19:21:20 +0000 (11:21 -0800)
committerColby Ranger <cranger@google.com>
Thu, 27 Dec 2012 19:22:35 +0000 (11:22 -0800)
commit154e3c886bafc429fe310d40741be34e5e4c87c9
tree7882b0f84e588e550f1f74a0a5b9ae6fbe344719
parent5a3d35e9e2f1df0726c460f3a629c5e56cfed8e8
Do not enforce DeltaWindow maxMemory when zero.

The maxMemory for a DeltaWindow can be optionally disabled when it is
less than or equal to zero. Respect this configuration when enforcing
the limits on object load.

Change-Id: Ic0f4ffcabf82105f8e690bd0eb5e6be485a313b3
org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/DeltaWindow.java