Reduce the default pool size to match reasonable database limits
git-svn-id: file:///home/svn/framework3/trunk@10540 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
4a12f9529e
commit
31b8fcf7f2
|
@ -165,7 +165,7 @@ class DBManager
|
|||
nopts['port'] = nopts['port'].to_i
|
||||
end
|
||||
|
||||
nopts['pool'] = 256
|
||||
nopts['pool'] = 100
|
||||
|
||||
begin
|
||||
create_db(nopts)
|
||||
|
|
Loading…
Reference in New Issue