Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Update the label names
Browse files Browse the repository at this point in the history
  • Loading branch information
Puneetha17 committed Apr 11, 2019
1 parent d6ad27e commit 1742ca1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public PrivacyParameters build() throws IOException {
RocksDbStorageProvider.create(
new RocksDbConfiguration.Builder()
.databaseDir(privateDbPath)
.label("private")
.label("private_state")
.build(),
metricsSystem);
WorldStateStorage privateWorldStateStorage =
Expand All @@ -192,7 +192,7 @@ public PrivacyParameters build() throws IOException {
RocksDbStorageProvider.create(
new RocksDbConfiguration.Builder()
.databaseDir(privateStateDbPath)
.label("private")
.label("private_state")
.build(),
metricsSystem);
PrivateTransactionStorage privateTransactionStorage =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public String getLabel() {
public static class Builder {

Path databaseDir;
String label = "public";
String label = "blockchain";

@CommandLine.Option(
names = {"--Xrocksdb-max-open-files"},
Expand Down

0 comments on commit 1742ca1

Please sign in to comment.