Skip to content

Commit 7253ae5

Browse files
committed
[FAB-4593] Reword temp ledger location text
Change-Id: I9da1365a65ec8b5b63e784d67056c4c130449a9a Signed-off-by: Kostas Christidis <[email protected]>
1 parent f5dbbaf commit 7253ae5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/cluster/config/orderer.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ General:
110110
FileLedger:
111111

112112
# Location: The directory to store the blocks in.
113-
# NOTE: If this is unset, a temporary location will be chosen using
114-
# the prefix specified by Prefix.
113+
# NOTE: If this is unset, a new temporary location will be chosen every time
114+
# the orderer is restarted, using the prefix specified by Prefix.
115115
Location: /var/hyperledger/fabric/orderer
116116

117117
# The prefix to use when generating a ledger directory in temporary space.

sampleconfig/orderer.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ General:
110110
FileLedger:
111111

112112
# Location: The directory to store the blocks in.
113-
# NOTE: If this is unset, a temporary location will be chosen using
114-
# the prefix specified by Prefix.
113+
# NOTE: If this is unset, a new temporary location will be chosen every time
114+
# the orderer is restarted, using the prefix specified by Prefix.
115115
Location: /var/hyperledger/production/orderer
116116

117117
# The prefix to use when generating a ledger directory in temporary space.

0 commit comments

Comments
 (0)