mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-15 03:00:30 +00:00
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:
parent
580ef7cac5
commit
f7987a3da3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user