In my chaincode I am writing data in multiple implicit private collections (e.g. _implicit_org_Org1MSP), but I couldn't find any information about the default blockToLive
value used in the implicit collections.
My intent is to keep the data forever, so I would need blockToLive
set to 0
.
Is this the default? Otherwise is it possible to set a value valid for all the implicit private collections?
I am using Hyperledger Fabric 2.1.1.