mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Added hpws binary with max msg size fix. (#148)
This commit is contained in:
@@ -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
|
||||
|
||||
BIN
test/bin/hpws
BIN
test/bin/hpws
Binary file not shown.
Reference in New Issue
Block a user