diff --git a/src/cpp/ripple/CallRPC.cpp b/src/cpp/ripple/CallRPC.cpp index 89f2ed4e20..c03cb7a561 100644 --- a/src/cpp/ripple/CallRPC.cpp +++ b/src/cpp/ripple/CallRPC.cpp @@ -936,7 +936,7 @@ int commandLineRPC(const std::vector& vCmd) } #define RPC_REPLY_MAX_BYTES (128*1024*1024) -#define RPC_NOTIFY_SECONDS 10 +#define RPC_NOTIFY_SECONDS 30 bool responseRPC( FUNCTION_TYPE callbackFuncP,