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 |
읽기를 중단하기 전에 연결에서 더 많은 데이터를 기다리는 시간을 초 단위로 입력합니다. |