diff options
author | Fabio Ponciroli <ponch78@gmail.com> | 2021-06-03 16:15:17 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-06-25 17:57:59 +0200 |
commit | 6976a30f443ece4815a977b0a5a897c0236018f7 (patch) | |
tree | 24309a81a94c81456c96fd888e009daa10f77266 /org.eclipse.jgit/build.properties | |
parent | f598e69529e0a1864e8224265ed82326f2a296f5 (diff) | |
download | jgit-6976a30f443ece4815a977b0a5a897c0236018f7.tar.gz jgit-6976a30f443ece4815a977b0a5a897c0236018f7.zip |
searchForReuse might impact performance in large repositories
The search for reuse phase for *all* the objects scans *all*
the packfiles, looking for the best candidate to serve back to the
client.
This can lead to an expensive operation when the number of
packfiles and objects is high.
Add parameter "pack.searchForReuseTimeout" to limit the time spent
on this search.
Change-Id: I54f5cddb6796fdc93ad9585c2ab4b44854fa6c48
Diffstat (limited to 'org.eclipse.jgit/build.properties')
0 files changed, 0 insertions, 0 deletions