mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-26 04:31:37 +08:00
协议解析最大支持4MB分包: #2026
This commit is contained in:
parent
c25e93fee3
commit
80eb6dc402
@ -14,8 +14,8 @@
|
|||||||
using namespace toolkit;
|
using namespace toolkit;
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
//协议解析最大缓存1兆数据
|
//协议解析最大缓存4兆数据
|
||||||
static constexpr size_t kMaxCacheSize = 1 * 1024 * 1024;
|
static constexpr size_t kMaxCacheSize = 4 * 1024 * 1024;
|
||||||
|
|
||||||
namespace mediakit {
|
namespace mediakit {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user