commit f6912001afdce535562e17bdaec333daedc2c2c3 from: Stefan Sperling date: Wed May 15 10:51:55 2019 UTC spawn more pack file helpers again now that leaks got fixed /usr/src updates have become slower for some reason and my best guess is that caching of packed data has become less effective with df613bb4d8662c28a9888714a80ca572bff9d924 (leaks were subsequently fixed by 2cb49fa8fb84f3a8fc2eb6036a6bd9b64c57e347 and by 0dd5271bd8f2a4f92ac3536fcc493eebc39b86e5) commit - 19e70ad6fff7c3b54cf7f69f86c86c5299037c62 commit + f6912001afdce535562e17bdaec333daedc2c2c3 blob - 4e540ef7c6a5912a4ca0c7fd67ca2f4ef5663d1d blob + 4379222e6238860a7965b41526f817c2614aa6e5 --- lib/got_lib_repository.h +++ lib/got_lib_repository.h @@ -14,7 +14,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#define GOT_PACKIDX_CACHE_SIZE 4 +#define GOT_PACKIDX_CACHE_SIZE 16 #define GOT_PACK_CACHE_SIZE GOT_PACKIDX_CACHE_SIZE struct got_repository {