Skip to content

Commit

Permalink
example-config: Add connect/read/write_timeout to mysql connect settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Apr 7, 2017
1 parent c5dff2e commit e93d643
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/example-config/dovecot-sql.conf.ext
Expand Up @@ -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)
Expand Down

0 comments on commit e93d643

Please sign in to comment.