mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 10:35:50 +00:00
Disable RPC coroutines
This commit is contained in:
@@ -82,7 +82,8 @@ Json::Value doRipplePathFind (RPC::Context& context)
|
||||
|
||||
Json::Value jvResult;
|
||||
|
||||
if (context.app.config().RUN_STANDALONE ||
|
||||
if (true || // TODO MPORTILLA temp fix to disable broken websocket coroutines
|
||||
context.app.config().RUN_STANDALONE ||
|
||||
context.params.isMember(jss::ledger) ||
|
||||
context.params.isMember(jss::ledger_index) ||
|
||||
context.params.isMember(jss::ledger_hash))
|
||||
|
||||
Reference in New Issue
Block a user