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:
Daniel Jones 2024-09-09 15:52:06 -05:00
parent 54de1288f1
commit a4d9b3959e
No known key found for this signature in database
GPG key ID: 20DF8333A8033CE2
3 changed files with 8 additions and 6 deletions

View file

@ -4,12 +4,13 @@ chain = "mainnet"
# vmdebug = false # vmdebug = false
datadir = "/var/lib/bor/data" datadir = "/var/lib/bor/data"
# ancient = "" # ancient = ""
db.engine = "pebble" "db.engine" = "pebble"
state.scheme = "path" "state.scheme" = "path"
# keystore = "" # keystore = ""
# "rpc.batchlimit" = 100 # "rpc.batchlimit" = 100
# "rpc.returndatalimit" = 100000 # "rpc.returndatalimit" = 100000
syncmode = "full" syncmode = "full"
# pbss does not support archive
# gcmode = "full" # gcmode = "full"
# snapshot = true # snapshot = true
# ethstats = "" # ethstats = ""

View file

@ -6,12 +6,13 @@ chain = "mainnet"
# vmdebug = false # vmdebug = false
datadir = "/var/lib/bor/data" datadir = "/var/lib/bor/data"
# ancient = "" # ancient = ""
db.engine = "pebble" "db.engine" = "pebble"
state.scheme = "path" "state.scheme" = "path"
# keystore = "$BOR_DIR/keystore" # keystore = "$BOR_DIR/keystore"
# "rpc.batchlimit" = 100 # "rpc.batchlimit" = 100
# "rpc.returndatalimit" = 100000 # "rpc.returndatalimit" = 100000
syncmode = "full" syncmode = "full"
# PBSS does not support archive
# gcmode = "full" # gcmode = "full"
# snapshot = true # snapshot = true
# ethstats = "" # ethstats = ""

View file

@ -6,8 +6,8 @@ chain = "mainnet"
# vmdebug = false # vmdebug = false
datadir = "/var/lib/bor/data" datadir = "/var/lib/bor/data"
# ancient = "" # ancient = ""
db.engine = "pebble" "db.engine" = "pebble"
state.scheme = "path" "state.scheme" = "path"
# keystore = "$BOR_DIR/keystore" # keystore = "$BOR_DIR/keystore"
# "rpc.batchlimit" = 100 # "rpc.batchlimit" = 100
# "rpc.returndatalimit" = 100000 # "rpc.returndatalimit" = 100000