File tree Expand file tree Collapse file tree 2 files changed +1
-25
lines changed
openshift/message-board/message-service/src Expand file tree Collapse file tree 2 files changed +1
-25
lines changed Original file line number Diff line number Diff line change 1
1
infinispan.client.hotrod.server_list = infinispan-persistent-app-hotrod:11222
2
- infinispan.client.hotrod.tcp_no_delay = true
3
- infinispan.client.hotrod.tcp_keep_alive = false
4
-
5
- # # below is connection pooling config
6
- maxActive =-1
7
- maxTotal = -1
8
- maxIdle = -1
9
- whenExhaustedAction = 1
10
- timeBetweenEvictionRunsMillis = 120000
11
- minEvictableIdleTimeMillis = 300000
12
- testWhileIdle = true
13
- minIdle = 1
Original file line number Diff line number Diff line change 1
- infinispan.client.hotrod.server_list = 127.0.0.1:11372
2
- infinispan.client.hotrod.tcp_no_delay = true
3
- infinispan.client.hotrod.tcp_keep_alive = false
4
-
5
- # # below is connection pooling config
6
- maxActive =-1
7
- maxTotal = -1
8
- maxIdle = -1
9
- whenExhaustedAction = 1
10
- timeBetweenEvictionRunsMillis = 120000
11
- minEvictableIdleTimeMillis = 300000
12
- testWhileIdle = true
13
- minIdle = 1
1
+ infinispan.client.hotrod.server_list = 127.0.0.1:11372
You can’t perform that action at this time.
0 commit comments