add max noise msg constant

This commit is contained in:
Marin Petrunić 2020-02-13 22:50:12 +01:00
parent b90155ec49
commit a994ae1c51
No known key found for this signature in database
GPG Key ID: 834D07135E110DA5

2
src/constants.ts Normal file
View File

@ -0,0 +1,2 @@
export const NOISE_MSG_MAX_LENGTH_BYTES = 65535;