diff --git a/examples/cluster/config/orderer.yaml b/examples/cluster/config/orderer.yaml index 7398a95b023..e45f6e64070 100644 --- a/examples/cluster/config/orderer.yaml +++ b/examples/cluster/config/orderer.yaml @@ -110,8 +110,8 @@ General: FileLedger: # Location: The directory to store the blocks in. - # NOTE: If this is unset, a temporary location will be chosen using - # the prefix specified by Prefix. + # NOTE: If this is unset, a new temporary location will be chosen every time + # the orderer is restarted, using the prefix specified by Prefix. Location: /var/hyperledger/fabric/orderer # The prefix to use when generating a ledger directory in temporary space. diff --git a/sampleconfig/orderer.yaml b/sampleconfig/orderer.yaml index 661fc4871e2..bc3998da4eb 100644 --- a/sampleconfig/orderer.yaml +++ b/sampleconfig/orderer.yaml @@ -110,8 +110,8 @@ General: FileLedger: # Location: The directory to store the blocks in. - # NOTE: If this is unset, a temporary location will be chosen using - # the prefix specified by Prefix. + # NOTE: If this is unset, a new temporary location will be chosen every time + # the orderer is restarted, using the prefix specified by Prefix. Location: /var/hyperledger/production/orderer # The prefix to use when generating a ledger directory in temporary space.