mirror of
https://github.com/corda/corda.git
synced 2025-06-06 01:11:45 +00:00
ENT-2053 Fix messaging TTL related settings causing disconnects (#1011)
This commit is contained in:
parent
41ffde01f0
commit
c7c38fd91c
@ -75,8 +75,8 @@ class BridgeArtemisConnectionServiceImpl(val conf: BridgeConfiguration,
|
|||||||
locator = ActiveMQClient.createServerLocatorWithoutHA(*tcpTransports.toTypedArray()).apply {
|
locator = ActiveMQClient.createServerLocatorWithoutHA(*tcpTransports.toTypedArray()).apply {
|
||||||
// Never time out on our loopback Artemis connections. If we switch back to using the InVM transport this
|
// Never time out on our loopback Artemis connections. If we switch back to using the InVM transport this
|
||||||
// would be the default and the two lines below can be deleted.
|
// would be the default and the two lines below can be deleted.
|
||||||
connectionTTL = -1
|
connectionTTL = 60000
|
||||||
clientFailureCheckPeriod = -1
|
clientFailureCheckPeriod = 30000
|
||||||
minLargeMessageSize = maxMessageSize
|
minLargeMessageSize = maxMessageSize
|
||||||
isUseGlobalPools = nodeSerializationEnv != null
|
isUseGlobalPools = nodeSerializationEnv != null
|
||||||
confirmationWindowSize = conf.p2pConfirmationWindowSize
|
confirmationWindowSize = conf.p2pConfirmationWindowSize
|
||||||
|
Loading…
x
Reference in New Issue
Block a user