mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
Updating to add quotes to the pbss portions for db.engine and state.scheme, included details regarding pbss not supporting archive
This commit is contained in:
parent
54de1288f1
commit
a4d9b3959e
3 changed files with 8 additions and 6 deletions
|
|
@ -4,12 +4,13 @@ chain = "mainnet"
|
|||
# vmdebug = false
|
||||
datadir = "/var/lib/bor/data"
|
||||
# ancient = ""
|
||||
db.engine = "pebble"
|
||||
state.scheme = "path"
|
||||
"db.engine" = "pebble"
|
||||
"state.scheme" = "path"
|
||||
# keystore = ""
|
||||
# "rpc.batchlimit" = 100
|
||||
# "rpc.returndatalimit" = 100000
|
||||
syncmode = "full"
|
||||
# pbss does not support archive
|
||||
# gcmode = "full"
|
||||
# snapshot = true
|
||||
# ethstats = ""
|
||||
|
|
|
|||
|
|
@ -6,12 +6,13 @@ chain = "mainnet"
|
|||
# vmdebug = false
|
||||
datadir = "/var/lib/bor/data"
|
||||
# ancient = ""
|
||||
db.engine = "pebble"
|
||||
state.scheme = "path"
|
||||
"db.engine" = "pebble"
|
||||
"state.scheme" = "path"
|
||||
# keystore = "$BOR_DIR/keystore"
|
||||
# "rpc.batchlimit" = 100
|
||||
# "rpc.returndatalimit" = 100000
|
||||
syncmode = "full"
|
||||
# PBSS does not support archive
|
||||
# gcmode = "full"
|
||||
# snapshot = true
|
||||
# ethstats = ""
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ chain = "mainnet"
|
|||
# vmdebug = false
|
||||
datadir = "/var/lib/bor/data"
|
||||
# ancient = ""
|
||||
db.engine = "pebble"
|
||||
state.scheme = "path"
|
||||
"db.engine" = "pebble"
|
||||
"state.scheme" = "path"
|
||||
# keystore = "$BOR_DIR/keystore"
|
||||
# "rpc.batchlimit" = 100
|
||||
# "rpc.returndatalimit" = 100000
|
||||
|
|
|
|||
Loading…
Reference in a new issue