mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
Stop bootstrapper errors caused by maxTransactionSize > maxMessageSize
This commit is contained in:
parent
9544fac2c0
commit
bdc67f453e
@ -46,7 +46,7 @@ interface Volume {
|
|||||||
minimumPlatformVersion = 1,
|
minimumPlatformVersion = 1,
|
||||||
notaries = it,
|
notaries = it,
|
||||||
maxMessageSize = 10485760,
|
maxMessageSize = 10485760,
|
||||||
maxTransactionSize = Int.MAX_VALUE,
|
maxTransactionSize = 10485760,
|
||||||
modifiedTime = Instant.now(),
|
modifiedTime = Instant.now(),
|
||||||
epoch = 10,
|
epoch = 10,
|
||||||
whitelistedContractImplementations = emptyMap())
|
whitelistedContractImplementations = emptyMap())
|
||||||
|
Loading…
Reference in New Issue
Block a user