Increase Koschei cache_l2_capacity as there is more disk space available

This commit is contained in:
Mikolaj Izdebski 2019-01-03 12:18:31 +00:00
parent c4f1901b43
commit 96839ff688

View file

@ -36,8 +36,7 @@ config = {
"resolver_queue_size": 100,
"dependency_fetch_chunk_size": 150,
"dependency_cache_capacity": 50000,
# FIXME increase cache_l2_capacity once there is more disk space available
"cache_l2_capacity": 16,
"cache_l2_capacity": 100,
"ignore_weak_deps": True,
},
"services": {