diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2003-06-18 15:19:16 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2003-06-18 15:19:16 +0000 |
commit | d860759db9f51b5a1683e5a12f92755a0384c16e (patch) | |
tree | 750fc236923d3d6f2a26c19fc8c5755a4f7963af /php.ini-recommended | |
parent | 66881b5f2cd92d304166089b4e2611652bf1a959 (diff) | |
download | php-git-d860759db9f51b5a1683e5a12f92755a0384c16e.tar.gz |
Make the default mysql connection timeout 60 seconds rather then unlimited.
Diffstat (limited to 'php.ini-recommended')
-rw-r--r-- | php.ini-recommended | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-recommended b/php.ini-recommended index 21e5c4f59c..8778334570 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -685,7 +685,7 @@ mysql.default_user = mysql.default_password = ; Maximum time (in secondes) for connect timeout. -1 means no limimt -mysql.connect_timeout = -1 +mysql.connect_timeout = 60 ; Trace mode. When trace_mode is active (=On), warnings for table/index scans and ; SQL-Erros will be displayed. |