mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Don't delay transaction fetches due to load, only ledger fetches.
This commit is contained in:
@@ -130,6 +130,9 @@ const char* Job::toString (JobType t)
|
||||
case jtTXN_PROC:
|
||||
return "processTransaction";
|
||||
|
||||
case jtTXN_DATA:
|
||||
return "fetchTxnData";
|
||||
|
||||
case jtOB_SETUP:
|
||||
return "orderBookSetup";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user