mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 14:05:51 +00:00
Use NuDB burst size and use NuDB version 2.0.5
This commit is contained in:
committed by
manojsdoshi
parent
0b4e34b03b
commit
8707c15b9c
@@ -115,7 +115,12 @@ Shard::init(Scheduler& scheduler, nudb::context& context)
|
||||
return false;
|
||||
}
|
||||
backend_ = factory->createInstance(
|
||||
NodeObject::keyBytes, section, scheduler, context, j_);
|
||||
NodeObject::keyBytes,
|
||||
section,
|
||||
megabytes(app_.config().getValueFor(SizedItem::burstSize, boost::none)),
|
||||
scheduler,
|
||||
context,
|
||||
j_);
|
||||
|
||||
return open(lock);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user