Skip to content

Commit c1ce492

Browse files
committed
limit pool size of running instances
1 parent ff3a7b1 commit c1ce492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runbot/runbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ def job_30_run(self, cr, uid, build, lock_path, log_path):
832832
cmd += ['--db-filter','%d.*$']
833833
else:
834834
cmd += ['--db-filter','%s.*$' % build.dest]
835-
835+
cmd += ['--db_maxconn', 8]
836836
## Web60
837837
#self.client_web_path=os.path.join(self.running_path,"client-web")
838838
#self.client_web_bin_path=os.path.join(self.client_web_path,"openerp-web.py")

0 commit comments

Comments
 (0)