Skip to content

Commit

Permalink
remove redundant config (#2884)
Browse files Browse the repository at this point in the history
  • Loading branch information
UncP committed Mar 29, 2018
1 parent 719aec2 commit 4c3b6e5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions etc/config-template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,6 @@
# rocksdb max total wal size
# max-total-wal-size = "4GB"

# rocksdb writable file max buffer size
# writable-file-max-buffer-size = "1MB"

# Rocksdb Statistics provides cumulative stats over time.
# Turn statistics on will introduce about 5%-10% overhead for RocksDB,
# but it is worthy to know the internal status of RocksDB.
Expand Down Expand Up @@ -407,7 +404,6 @@
# max-open-files = 40960
# max-manifest-file-size = "20MB"
# create-if-missing = true
# writable-file-max-buffer-size = "1MB"

# enable-statistics = true
# stats-dump-period = "10m"
Expand Down

0 comments on commit 4c3b6e5

Please sign in to comment.