Skip to content

Commit

Permalink
[typo](config)Remove FE config max_conn_per_user (apache#20122)
Browse files Browse the repository at this point in the history

---------

Co-authored-by: Yijia Su <suyijia@selectdb.com>
  • Loading branch information
FreeOnePlus and FreeOnePlus authored May 29, 2023
1 parent cc20c43 commit 198433b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion conf/fe.conf
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,5 @@ mysql_service_nio_enabled = true
# audit_log_roll_num = 10
# meta_delay_toleration_second = 10
# qe_max_connection = 1024
# max_conn_per_user = 100
# qe_query_timeout_second = 300
# qe_slow_log_ms = 5000
1 change: 0 additions & 1 deletion docs/en/community/developer-guide/fe-idea-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ mysql_service_nio_enabled = true
# audit_log_roll_num = 10
# meta_delay_toleration_second = 10
# qe_max_connection = 1024
# max_conn_per_user = 100
# qe_query_timeout_second = 300
# qe_slow_log_ms = 5000

Expand Down
1 change: 0 additions & 1 deletion docs/zh-CN/community/developer-guide/fe-idea-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ mysql_service_nio_enabled = true
# audit_log_roll_num = 10
# meta_delay_toleration_second = 10
# qe_max_connection = 1024
# max_conn_per_user = 100
# qe_query_timeout_second = 300
# qe_slow_log_ms = 5000

Expand Down
1 change: 0 additions & 1 deletion regression-test/pipeline/p0/conf/fe.conf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ catalog_trash_expire_second=1
# audit_log_roll_num = 10
# meta_delay_toleration_second = 10
# qe_max_connection = 1024
# max_conn_per_user = 100
# qe_query_timeout_second = 300
# qe_slow_log_ms = 5000
#
Expand Down
1 change: 0 additions & 1 deletion regression-test/pipeline/p1/conf/fe.conf
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ priority_networks=172.19.0.0/24
# audit_log_roll_num = 10
# meta_delay_toleration_second = 10
# qe_max_connection = 1024
# max_conn_per_user = 100
# qe_query_timeout_second = 300
# qe_slow_log_ms = 5000
#
Expand Down

0 comments on commit 198433b

Please sign in to comment.