Drop this to 75 to take into account other processes accessing the same db. Theoretically the AR pool manager will kick in when this is hit anyways

git-svn-id: file:///home/svn/framework3/trunk@10541 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2010-10-04 07:11:07 +00:00
parent 31b8fcf7f2
commit 3b99c58cb1
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'] = 100
nopts['pool'] = 75
begin
create_db(nopts)