Bump gerrit account cache to 2048

We're currently at 1024 entries with a 64% hit rate.  Increase to
2048 to hopefully speed things up.

Change-Id: Ifeaf282a7cf0bd91342cc4ec24117ef64ed1054f
Depends-On: Iedb9fae62b133d76efeac5c8ecffde49704828c2
This commit is contained in:
James E. Blair 2017-09-19 09:41:59 -07:00 committed by Clark Boylan
parent ce61dcf869
commit e2e893ba3b
1 changed files with 4 additions and 0 deletions

View File

@ -75,6 +75,10 @@ class openstack_project::gerrit (
$index_threads = 1,
$download = {},
$receive_max_object_size_limit = '100 m',
$cache_accounts = 2048,
$cache_accounts_byemail = 2048,
$cache_accounts_byname = 2048,
$cache_groups_byuuid = 2048,
$commentlinks = [],
$commitmessage_params = {},
$its_plugins = [],