mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-06-12 12:41:42 +00:00
Set dump session keys to false
This commit is contained in:
@ -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 = true;
|
||||
export const DUMP_SESSION_KEYS = false;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user