改名
This commit is contained in:
+2
-6
@@ -28,8 +28,8 @@ namespace Kafka;
|
|||||||
class Socket
|
class Socket
|
||||||
{
|
{
|
||||||
|
|
||||||
const READ_MAX_LEN = 5242880; // read socket max length 5MB
|
// const READ_MAX_LEN = 5242880; // read socket max length 5MB
|
||||||
// const READ_MAX_LEN = 2048000; // read socket max length 5MB
|
const READ_MAX_LEN = 2097152; // read socket max length 5MB
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* max write socket buffer
|
* max write socket buffer
|
||||||
@@ -137,10 +137,6 @@ class Socket
|
|||||||
*/
|
*/
|
||||||
private $readNeedLength = 0;
|
private $readNeedLength = 0;
|
||||||
|
|
||||||
// }}}
|
|
||||||
// {{{ functions
|
|
||||||
// {{{ public function __construct()
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* __construct
|
* __construct
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user