pkgcache.h: increase HashTable size

This commit is contained in:
Alexey Tourbin 2011-01-27 05:22:53 +03:00
parent 8fbf622172
commit 8a871f0b52

View File

@ -203,7 +203,7 @@ struct pkgCache::Header
DynamicMMap::Pool Pools[7];
// Rapid package name lookup
map_ptrloc HashTable[8*1048];
map_ptrloc HashTable[64*1024];
bool CheckSizes(Header &Against) const;
Header();