mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
The max listener count of the preferences store has been increased to 12. Recently the 12th listener was added, which resulted in console warnings during the unit tests - this prevents those warnings. The default max listener value is 10; we didn't see this warning until now because one of the twelve listeners is only setup when 3Box is enabled, which doesn't occur during our unit tests.