mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-25 05:25:55 +00:00
Wait longer for RPC.
This commit is contained in:
@@ -936,7 +936,7 @@ int commandLineRPC(const std::vector<std::string>& vCmd)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#define RPC_REPLY_MAX_BYTES (128*1024*1024)
|
#define RPC_REPLY_MAX_BYTES (128*1024*1024)
|
||||||
#define RPC_NOTIFY_SECONDS 10
|
#define RPC_NOTIFY_SECONDS 30
|
||||||
|
|
||||||
bool responseRPC(
|
bool responseRPC(
|
||||||
FUNCTION_TYPE<void(const Json::Value& jvInput)> callbackFuncP,
|
FUNCTION_TYPE<void(const Json::Value& jvInput)> callbackFuncP,
|
||||||
|
|||||||
Reference in New Issue
Block a user