Raise RPC time and size limits

This commit is contained in:
David Schwartz
2014-01-31 14:23:25 -08:00
committed by Vinnie Falco
parent 5df5983f88
commit 88bd5b12a4

View File

@@ -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,