mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Revert "Document an example wait timeout for MySQL in case the web hoster is killing the connection too early - fixes #15407"
This reverts commit acad7b30be.
This commit is contained in:
parent
acad7b30be
commit
e9a9af3493
1 changed files with 1 additions and 2 deletions
|
|
@ -1010,11 +1010,10 @@ $CONFIG = array(
|
|||
|
||||
/**
|
||||
* Additional driver options for the database connection, eg. to enable SSL
|
||||
* encryption in MySQL or specify a custom wait timeout on a cheap hoster.
|
||||
* encryption in MySQL.
|
||||
*/
|
||||
'dbdriveroptions' => array(
|
||||
PDO::MYSQL_ATTR_SSL_CA => '/file/path/to/ca_cert.pem',
|
||||
PDO::MYSQL_ATTR_INIT_COMMAND => 'SET wait_timeout = 28800'
|
||||
),
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue