From a994ae1c51a906068d30d251d6f8a75f1ae5c283 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marin=20Petruni=C4=87?= Date: Thu, 13 Feb 2020 22:50:12 +0100 Subject: [PATCH] add max noise msg constant --- src/constants.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/constants.ts diff --git a/src/constants.ts b/src/constants.ts new file mode 100644 index 0000000..aedb1db --- /dev/null +++ b/src/constants.ts @@ -0,0 +1,2 @@ +export const NOISE_MSG_MAX_LENGTH_BYTES = 65535; +