mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +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,
|
||||
notaries = it,
|
||||
maxMessageSize = 10485760,
|
||||
maxTransactionSize = Int.MAX_VALUE,
|
||||
maxTransactionSize = 10485760,
|
||||
modifiedTime = Instant.now(),
|
||||
epoch = 10,
|
||||
whitelistedContractImplementations = emptyMap())
|
||||
|
Loading…
Reference in New Issue
Block a user