Documentation: deltaBaseCacheLimit is per-thread
authorJonathan Tan <jonathantanmy@google.com>
Mon, 24 Aug 2020 19:16:31 +0000 (12:16 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Aug 2020 20:55:06 +0000 (13:55 -0700)
commit009be0d26d579c61dd7c7819e77173676c3ce007
tree9b72652d543261dabeee223c40e5d3480ef0b87c
parent675a4aaf3b226c0089108221b96559e0baae5de9
Documentation: deltaBaseCacheLimit is per-thread

Clarify that core.deltaBaseCacheLimit is per-thread, as can be seen from
the fact that cache usage (base_cache_used in struct thread_local in
builtin/index-pack.c) is tracked individually for each thread and
compared against delta_base_cache_limit.

Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/core.txt