We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0ac28 commit e52405dCopy full SHA for e52405d
test/unit/classes/connection.cpp
@@ -2625,11 +2625,11 @@ void connection::connectAttrAdd()
2625
if (perf_conn_attr_size < 512) {
2626
SKIP("The performance_schema_session_connect_attrs_size is less then 512");
2627
} else if (perf_conn_attr_size >= 512 && perf_conn_attr_size < 1024) {
2628
- max_count= 32;
+ max_count= 20;
2629
} else if (perf_conn_attr_size >= 1024 && perf_conn_attr_size < 2048) {
2630
- max_count= 64;
+ max_count= 50;
2631
} else if (perf_conn_attr_size >= 2048) {
2632
- max_count= 128;
+ max_count= 100;
2633
}
2634
2635
try
0 commit comments