Added hpws binary with max msg size fix. (#148)

This commit is contained in:
Ravin Perera
2020-11-11 10:55:02 +05:30
committed by GitHub
parent 8f00c5e7d4
commit e6b74f2c02
2 changed files with 1 additions and 1 deletions

View File

@@ -10,7 +10,7 @@
namespace comm
{
constexpr uint32_t DEFAULT_MAX_MSG_SIZE = 16 * 1024 * 1024;
constexpr uint32_t DEFAULT_MAX_MSG_SIZE = 4 * 1024 * 1024;
template <typename T>
class comm_server

Binary file not shown.