]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
example-config: Add connect/read/write_timeout to mysql connect settings
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Thu, 6 Apr 2017 17:43:20 +0000 (20:43 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Thu, 6 Apr 2017 17:43:20 +0000 (20:43 +0300)
doc/example-config/dovecot-sql.conf.ext

index 2f8559b8d49e6958df765a4e0f2eafc801fdb3a1..8bbcbae6446ca96548e415486909b4b9ba8cf195 100644 (file)
@@ -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)