diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-04-12 15:09:50 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-04-12 15:09:50 +0200 |
commit | e9a9af3493caa7e839e18cda0c8ea2d8dd7bfd22 (patch) | |
tree | d95646f164a789d9e6f1b354b9a6472acb72f53f /config | |
parent | acad7b30bef8ec11f6e57ee7bfcafec4b8795e03 (diff) | |
download | nextcloud-server-e9a9af3493caa7e839e18cda0c8ea2d8dd7bfd22.tar.gz nextcloud-server-e9a9af3493caa7e839e18cda0c8ea2d8dd7bfd22.zip |
Revert "Document an example wait timeout for MySQL in case the web hoster is killing the connection too early - fixes #15407"
This reverts commit acad7b30bef8ec11f6e57ee7bfcafec4b8795e03.
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index d1ad1cd38d7..6005352e9d5 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -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' ), /** |