Max buf len from constants

This commit is contained in:
2019-06-25 09:21:10 +01:00
parent f2e9b8ed7d
commit e826a4edc9
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;