This commit is contained in:
2020-10-10 13:57:42 +08:00
parent 1e5acbb2f1
commit 7e44134e5a
+1 -1
View File
@@ -29,7 +29,7 @@ class Socket
{ {
// {{{ consts // {{{ consts
const READ_MAX_LEN = 5242880; // read socket max length 5MB const READ_MAX_LEN = 2048000; // read socket max length 2MB
/** /**
* max write socket buffer * max write socket buffer