可以使用 viocli update mariadb 命令更新 MariaDB 服務組態中的特定參數。
使用
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
參數 | 預設值 | 說明 |
---|---|---|
connect_timeout |
10 |
輸入 |
proxy_read_timeout |
60 |
輸入從代理伺服器讀取回應的逾時值。 |
proxy_send_timeout |
60 |
輸入將要求傳輸至代理伺服器的逾時值。 |
max_connections |
151 |
此選項確定了 |
net_read_timeout |
30 |
輸入在中止讀取之前等待從連線取得更多資料的秒數。 |
net_write_timeout |
30 |
輸入在中止讀取之前等待從連線取得更多資料的秒數。 |