changeset 21908:750319f27ef2

example-config: Add connect/read/write_timeout to mysql connect settings
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Thu, 06 Apr 2017 20:43:20 +0300
parents 5c65e7091077
children 57ce096eab4b
files doc/example-config/dovecot-sql.conf.ext
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/example-config/dovecot-sql.conf.ext	Thu Apr 06 20:00:31 2017 +0300
+++ b/doc/example-config/dovecot-sql.conf.ext	Thu Apr 06 20:43:20 2017 +0300
@@ -48,6 +48,9 @@
 #
 #   But also adds some new settings:
 #     client_flags           - See MySQL manual
+#     connect_timeout        - Connect timeout in seconds (default: 5)
+#     read_timeout           - Read timeout in seconds (default: 30)
+#     write_timeout          - Write timeout in seconds (default: 30)
 #     ssl_ca, ssl_ca_path    - Set either one or both to enable SSL
 #     ssl_cert, ssl_key      - For sending client-side certificates to server
 #     ssl_cipher             - Set minimum allowed cipher security (default: HIGH)