We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bc59ea + 5049e1b commit c23ac96Copy full SHA for c23ac96
rdap-service/src/main/resources/spring/spring-serviceContext.xml
@@ -39,16 +39,16 @@
39
<value>5</value>
40
</property>
41
<property name="maxIdleTime">
42
- <value>60</value>
+ <value>0</value>
43
44
<property name="acquireIncrement">
45
<value>3</value>
46
47
<property name="maxStatements">
48
- <value>100</value>
49
50
<property name="idleConnectionTestPeriod">
51
+ <value>1000</value>
52
53
<property name="preferredTestQuery">
54
<value>select 1</value>
0 commit comments