From: Timo Sirainen Date: Thu, 6 Apr 2017 17:43:20 +0000 (+0300) Subject: example-config: Add connect/read/write_timeout to mysql connect settings X-Git-Tag: 2.2.29~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e93d643c105c3ba9d41364184f93486dc18dffc8;p=thirdparty%2Fdovecot%2Fcore.git example-config: Add connect/read/write_timeout to mysql connect settings --- diff --git a/doc/example-config/dovecot-sql.conf.ext b/doc/example-config/dovecot-sql.conf.ext index a434244885..0f2baec582 100644 --- a/doc/example-config/dovecot-sql.conf.ext +++ b/doc/example-config/dovecot-sql.conf.ext @@ -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)