Change default sync hash table sizing to 66% full
commit021085624ea94a7116c60552e5c153de6cb5f057
authorDan McGee <dan@archlinux.org>
Fri, 28 Jan 2011 18:04:27 +0000 (28 12:04 -0600)
committerAllan McRae <allan@archlinux.org>
Thu, 3 Feb 2011 23:55:45 +0000 (4 09:55 +1000)
tree2791cb89ef508d761d68e0f8ac4ab8444902891b
parentce5471511257ada996bfcb6ea4236cd89c0d6890
Change default sync hash table sizing to 66% full

Since the sync database never changes size once we initialize it, we
allow it to be filled a bit more. This reduces the overall memory
footprint needed by the hash table.

Signed-off-by: Dan McGee <dan@archlinux.org>
lib/libalpm/be_sync.c