mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-04 19:25:51 +00:00
Set page sizes for ledger_data correctly (RIPD-249)
This commit is contained in:
@@ -32,8 +32,8 @@ namespace ripple {
|
||||
// marker: resume point, if any
|
||||
Json::Value doLedgerData (RPC::Context& context)
|
||||
{
|
||||
int const BINARY_PAGE_LENGTH = 256;
|
||||
int const JSON_PAGE_LENGTH = 2048;
|
||||
int const BINARY_PAGE_LENGTH = 2048;
|
||||
int const JSON_PAGE_LENGTH = 256;
|
||||
|
||||
Ledger::pointer lpLedger;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user