Don't delay transaction fetches due to load, only ledger fetches.

This commit is contained in:
JoelKatz
2013-07-22 03:28:13 -07:00
parent 21ace6a9b5
commit b428e94ce8
6 changed files with 41 additions and 25 deletions

View File

@@ -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";