Skip to content

Commit

Permalink
[FAB-4301] core.yaml update
Browse files Browse the repository at this point in the history
updated the ledger/history section to indicate that
goleveldb is always used for history regardless if
you are using CouchDB or anything else for the state

[ci-skip]

Change-Id: Icb0907e7ae867c9710d370b7244f8c85c63f0fd9
Signed-off-by: Mark Parzygnat <markparz@us.ibm.com>
  • Loading branch information
ibmmark committed Jun 2, 2017
1 parent f18a5f5 commit 2327b78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sampleconfig/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -379,5 +379,7 @@ ledger:

history:
# enableHistoryDatabase - options are true or false
# Indicates if the history of key updates should be stored in goleveldb
# Indicates if the history of key updates should be stored.
# All history 'index' will be stored in goleveldb, regardless if using
# CouchDB or alternate database for the state.
enableHistoryDatabase: true

0 comments on commit 2327b78

Please sign in to comment.