Update to node_db syntax

This commit is contained in:
JoelKatz
2013-07-11 15:49:35 -07:00
parent e7364452a0
commit eddca034d2

View File

@@ -224,7 +224,8 @@
#
# [node_db]
# Sets the database back end used for hashed nodes and the parameters
# for that back end, separated by pipe characters
# for that back end, separated by pipe characters. For LevelDB,
# use "type=LevelDB|Path=db/hashnode" for MDB, use "type=mdb|path=db".
#
# [node_size]
# Tunes the servers based on the expected load and available memory. Legal
@@ -300,7 +301,7 @@
medium
[node_db]
LevelDB|path=db/hashnode
type=mdb|path=db
[debug_logfile]
log/debug.log