mirror of
https://github.com/corda/corda.git
synced 2025-05-15 15:02:55 +00:00
Update configuration files to remove references to StateMachineConfiguration
This commit is contained in:
parent
78a5c708d2
commit
b43e09a939
@ -37,10 +37,6 @@ enterpriseConfiguration = {
|
|||||||
maximumMessagingBatchSize = 256
|
maximumMessagingBatchSize = 256
|
||||||
p2pConfirmationWindowSize = 1048576
|
p2pConfirmationWindowSize = 1048576
|
||||||
brokerConnectionTtlCheckIntervalMs = 20
|
brokerConnectionTtlCheckIntervalMs = 20
|
||||||
stateMachine = {
|
|
||||||
eventQueueSize = 16
|
|
||||||
sessionDeliverPersistenceStrategy = "OnNextCommit"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
useMultiThreadedSMM = true
|
useMultiThreadedSMM = true
|
||||||
}
|
}
|
||||||
|
@ -41,10 +41,6 @@ enterpriseConfiguration = {
|
|||||||
maximumMessagingBatchSize = 256
|
maximumMessagingBatchSize = 256
|
||||||
p2pConfirmationWindowSize = 1048576
|
p2pConfirmationWindowSize = 1048576
|
||||||
brokerConnectionTtlCheckIntervalMs = 20
|
brokerConnectionTtlCheckIntervalMs = 20
|
||||||
stateMachine = {
|
|
||||||
eventQueueSize = 16
|
|
||||||
sessionDeliverPersistenceStrategy = "OnNextCommit"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
useMultiThreadedSMM = true
|
useMultiThreadedSMM = true
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user