Max buf len from constants

This commit is contained in:
Paul Schneider 2019-06-25 09:21:10 +01:00
commit 5f4f698b5b
5 changed files with 6 additions and 5 deletions

View file

@ -36,7 +36,7 @@ namespace Yavsc
YavscConnectionStringEnvName = "YAVSC_DB_CONNECTION";
public const int WebSocketsMaxBufLen = 6*1024;
public static readonly long DefaultFSQ = 1024*1024*500;