Enable MySQL connection pooling
Connection pool must be explicitly enabled. See lines 160 - 175 of file gerrit:gerrit-server/src/main/java/com/google/gerrit/server/schema/DataSourceProvider.java Change-Id: I0f2d712cfa622d318e81a327ce18283aa086f894
This commit is contained in:
parent
9f4d094a07
commit
8b2ec5b7ae
@ -10,6 +10,7 @@
|
||||
database = reviewdb
|
||||
username = gerrit2
|
||||
poolLimit = 32
|
||||
connectionpool = true
|
||||
[auth]
|
||||
type = OPENID_SSO
|
||||
openIdSsoUrl = <%= openidssourl %>
|
||||
|
Loading…
x
Reference in New Issue
Block a user