mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-20 17:52:46 +00:00
Make max HTTP message size (max update size) larger since Windows MSI is about 8MB already.
This commit is contained in:
parent
9b0c8965bb
commit
7213a6cf0b
@ -101,7 +101,7 @@ namespace ZeroTier { typedef BSDEthernetTap EthernetTap; }
|
||||
#endif
|
||||
|
||||
// Sanity limits for HTTP
|
||||
#define ZT_MAX_HTTP_MESSAGE_SIZE (1024 * 1024 * 8)
|
||||
#define ZT_MAX_HTTP_MESSAGE_SIZE (1024 * 1024 * 64)
|
||||
#define ZT_MAX_HTTP_CONNECTIONS 64
|
||||
|
||||
// Interface metric for ZeroTier taps
|
||||
|
Loading…
x
Reference in New Issue
Block a user