Committer: vad
LJSUP-9658: change wait_timeout.U trunk/DBI/Role.pm
Modified: trunk/DBI/Role.pm =================================================================== --- trunk/DBI/Role.pm 2011-08-31 03:00:39 UTC (rev 269) +++ trunk/DBI/Role.pm 2011-08-31 04:32:47 UTC (rev 270) @@ -327,7 +327,7 @@ undef $dbh if connection_bad($dbh, $opts); # default wait_timeout is 60 seconds. - $dbh->do("SET SESSION wait_timeout = 28800"); + $dbh->do("SET SESSION wait_timeout = 600"); # if this is an unshared connection, we don't want to put it # in the cache for somebody else to use later. (which happens below)