bump max string bundles in cache up to 16 from 10, since thats how many are created on startup

This commit is contained in:
alecf%netscape.com 2001-10-30 08:48:49 +00:00
parent af75d138be
commit feb1ba58fa

View File

@ -717,7 +717,7 @@ NS_IMETHODIMP nsExtensibleStringBundle::SetLoaded(PRBool aLoaded)
/////////////////////////////////////////////////////////////////////////////////////////
#define MAX_CACHED_BUNDLES 10
#define MAX_CACHED_BUNDLES 16
struct bundleCacheEntry_t {
PRCList list;