We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4ad3d commit ce72d37Copy full SHA for ce72d37
cmd/node_builder.go
@@ -284,7 +284,7 @@ func DefaultBaseConfig() *BaseConfig {
284
BootstrapDir: "bootstrap",
285
datadir: datadir,
286
pebbleDir: pebbleDir,
287
- DBOps: string(dbops.PebbleBatch), // "badger-batch" (default) or "pebble-batch"
+ DBOps: string(dbops.PebbleBatch), // "pebble-batch" (default) or "badger-batch" (deprecated)
288
badgerDB: nil,
289
pebbleDB: nil,
290
secretsdir: NotSet,
0 commit comments