Increase maximum collections at shutdown from 5 to 10 to see if it fixes the leaks on Windows mochitests 2/5.

This commit is contained in:
L. David Baron 2009-10-22 18:08:57 -04:00
parent 580ef7cac5
commit f7987a3da3

View File

@ -160,7 +160,7 @@
#define IF_DEBUG_CC_ONLY_PARAM(_p)
#endif
#define DEFAULT_SHUTDOWN_COLLECTIONS 5
#define DEFAULT_SHUTDOWN_COLLECTIONS 10
#ifdef DEBUG_CC
#define SHUTDOWN_COLLECTIONS(params) params.mShutdownCollections
#else