| Issue 342: | local gsql uses too many network connections | |
| Back to list |
Affected Version: 2.0.25 What steps will reproduce the problem? 1. java -jar gerrit.war gsql What is the expected output? What do you see instead? On H2 and PostgreSQL databases gsql opens a bunch of connections, due to the connection pool being used by default here. We should find some way to tell the DataSourceProvider we are using that we only need 1 connection in the pool, because we aren't a daemon.
Dec 18, 2009
(No comment was entered for this change.)
Labels:
FixedIn-2.1
Oct 21, 2012
(No comment was entered for this change.)
Status:
Released
|
|
| ► Sign in to add a comment |
Labels: FixedIn-2.0.25