Reduce the default pool size to match reasonable database limits

git-svn-id: file:///home/svn/framework3/trunk@10540 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2010-10-04 06:55:34 +00:00
parent 4a12f9529e
commit 31b8fcf7f2
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ class DBManager
nopts['port'] = nopts['port'].to_i
end
nopts['pool'] = 256
nopts['pool'] = 100
begin
create_db(nopts)