|
@@ -152,6 +152,14 @@ return [
|
|
|
'nodes' => [
|
|
|
['host' => '127.0.0.1', 'port' => 9510],
|
|
|
],
|
|
|
+ 'settings' => [
|
|
|
+ 'open_length_check' => true,
|
|
|
+ 'package_max_length' => 15 * 1024 * 1024, // 最大包长度
|
|
|
+ 'package_length_type' => 'N',
|
|
|
+ 'package_body_offset' => 8,
|
|
|
+ 'package_length_offset' => 4,
|
|
|
+ 'package_length_field' => 'length',
|
|
|
+ ],
|
|
|
'options' => [
|
|
|
'connect_timeout' => 500.0, // 连接超时时间,单位为秒
|
|
|
'read_timeout' => 100.0, // 读取超时时间,单位为秒
|