packs.maxpackfilecount: add documentation

This commit is contained in:
Phil Cohen 2017-12-07 16:31:33 -08:00
parent fce1c1ab0b
commit 14332d003d

View File

@ -12,6 +12,8 @@ Configs:
``packs.maxchainlen`` specifies the maximum delta chain length in pack files
``packs.maxpacksize`` specifies the maximum pack file size
``packs.maxpackfilecount`` specifies the maximum number of packs in the
shared cache (trees only for now)
``remotefilelog.backgroundprefetch`` runs prefetch in background when True
``remotefilelog.bgprefetchrevs`` specifies revisions to fetch on commit and
update, and on other commands that use them. Different from pullprefetch.