mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 19:45:53 +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_NOTIFY_SECONDS 10
|
||||
#define RPC_NOTIFY_SECONDS 30
|
||||
|
||||
bool responseRPC(
|
||||
FUNCTION_TYPE<void(const Json::Value& jvInput)> callbackFuncP,
|
||||
|
||||
Reference in New Issue
Block a user