Skip to content
Snippets Groups Projects
Commit dcb6505c authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[dome] increase max event listeners

parent 006a4929
No related branches found
No related tags found
No related merge requests found
...@@ -108,7 +108,7 @@ export const platform = thePlatform; ...@@ -108,7 +108,7 @@ export const platform = thePlatform;
// -------------------------------------------------------------------------- // --------------------------------------------------------------------------
export const emitter = new Emitter(); export const emitter = new Emitter();
emitter.setMaxListeners(250); emitter.setMaxListeners(1_000);
// -------------------------------------------------------------------------- // --------------------------------------------------------------------------
// --- At Exit // --- At Exit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment