Memory leak (postgres -> zlib + ssl) has been fixed by apache developers.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1438 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Liwiusz Ociepa 2008-05-19 12:41:40 +00:00
parent 82f204d8ac
commit 94dbf641ff
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ Authen::Simple::LDAP (and IO::Socket::SSL if LDAPS is used):
## for mysql
RedmineDSN "DBI:mysql:database=databasename;host=my.db.server"
## for postgres (there is memory leak in libpq+ssl)
# RedmineDSN "DBI:Pg:dbname=databasename;host=my.db.server;sslmode=disable"
## for postgres
# RedmineDSN "DBI:Pg:dbname=databasename;host=my.db.server"
RedmineDbUser "redmine"
RedmineDbPass "password"