添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
另类的砖头  ·  Day20 - SeekBar 控制音量 ...·  2 年前    · 
飘逸的斑马  ·  java获取图片尺寸-掘金·  2 年前    · 
谦逊的板栗  ·  AttributeError: ...·  3 年前    · 

You can update certain parameters in your MariaDB service configuration by using the viocli update mariadb command.

Configuration options example using viocli update mariadb .
conf:
  connect_timeout: 5
  max_connections: 5000
  net_read_timeout: 1200
  net_write_timeout: 1200
  ingress:
    proxy-read-timeout: "1200"
    proxy-send-timeout: "1200"
    proxy-stream-timeout: 3600s

max_connections

This option determines the number of connections the mysql/mariadb accepts.

net_read_timeout

Enter the number of connections to wait for more data from a connection before aborting the read.

net_write_timeout

Enter the number of seconds to wait for more data from a connection before aborting the read.