Skip to content
Snippets Groups Projects
Commit 1edad17d authored by pini's avatar pini
Browse files

Merge branch 'pini-maxlisteners' into 'dev'

fix: bump node:events maxlisteners to 20

See merge request !1415
parents 5311dd56 6862681b
No related branches found
No related tags found
1 merge request!1415fix: bump node:events maxlisteners to 20
Pipeline #19330 passed
...@@ -32,6 +32,8 @@ const events = require("events"); ...@@ -32,6 +32,8 @@ const events = require("events");
const logger = require("../lib/logger").NewLogger("peering"); const logger = require("../lib/logger").NewLogger("peering");
const constants = require("../lib/constants"); const constants = require("../lib/constants");
events.defaultMaxListeners = 20;
export interface Keyring { export interface Keyring {
publicKey: string; publicKey: string;
secretKey: string; secretKey: string;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment