mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Update to node_db syntax
This commit is contained in:
@@ -224,7 +224,8 @@
|
|||||||
#
|
#
|
||||||
# [node_db]
|
# [node_db]
|
||||||
# Sets the database back end used for hashed nodes and the parameters
|
# 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]
|
# [node_size]
|
||||||
# Tunes the servers based on the expected load and available memory. Legal
|
# Tunes the servers based on the expected load and available memory. Legal
|
||||||
@@ -300,7 +301,7 @@
|
|||||||
medium
|
medium
|
||||||
|
|
||||||
[node_db]
|
[node_db]
|
||||||
LevelDB|path=db/hashnode
|
type=mdb|path=db
|
||||||
|
|
||||||
[debug_logfile]
|
[debug_logfile]
|
||||||
log/debug.log
|
log/debug.log
|
||||||
|
|||||||
Reference in New Issue
Block a user