mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 02:25:52 +00:00
Raise RPC time and size limits
This commit is contained in:
committed by
Vinnie Falco
parent
5df5983f88
commit
88bd5b12a4
@@ -1151,8 +1151,8 @@ void RPCCall::fromNetwork (
|
||||
// Log(lsDEBUG) << "requesting" << std::endl;
|
||||
// WriteLog (lsDEBUG, RPCParser) << "send request " << strMethod << " : " << strRequest << std::endl;
|
||||
|
||||
const int RPC_REPLY_MAX_BYTES (128*1024*1024);
|
||||
const int RPC_NOTIFY_SECONDS (30);
|
||||
const int RPC_REPLY_MAX_BYTES (256*1024*1024);
|
||||
const int RPC_NOTIFY_SECONDS (600);
|
||||
|
||||
HTTPClient::request (
|
||||
bSSL,
|
||||
|
||||
Reference in New Issue
Block a user