mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-06-10 06:21:27 +00:00
Set DUMP_SESSION_KEYS as env variable
This commit is contained in:
parent
7f871295a0
commit
369d4054da
@ -1,6 +1,6 @@
|
||||
export const NOISE_MSG_MAX_LENGTH_BYTES = 65535;
|
||||
export const NOISE_MSG_MAX_LENGTH_BYTES_WITHOUT_TAG = NOISE_MSG_MAX_LENGTH_BYTES - 16;
|
||||
|
||||
export const DUMP_SESSION_KEYS = false;
|
||||
export const DUMP_SESSION_KEYS = process.env.DUMP_SESSION_KEYS;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user