adjust max_allow_packet_size to 16mb

This commit is contained in:
obdev
2023-08-26 04:44:29 +00:00
committed by ob-robot
parent 27b9eda3c7
commit 544bb4d87c
4 changed files with 135 additions and 135 deletions

View File

@ -275,7 +275,7 @@ static struct VarsInit{
}();
[&] (){
ObSysVars[14].default_value_ = "4194304" ;
ObSysVars[14].default_value_ = "16777216" ;
ObSysVars[14].info_ = "Max packet length to send to or receive from the server" ;
ObSysVars[14].name_ = "max_allowed_packet" ;
ObSysVars[14].data_type_ = ObIntType ;

View File

@ -238,7 +238,7 @@
"max_allowed_packet": {
"id": 14,
"name": "max_allowed_packet",
"default_value": "4194304",
"default_value": "16777216",
"base_value": "4194304",
"data_type": "int",
"info": "Max packet length to send to or receive from the server",