Track cluster load and local load separately.

This commit is contained in:
JoelKatz
2013-07-09 10:07:49 -07:00
parent e4c02aa122
commit cc8af2275d
7 changed files with 52 additions and 8 deletions

View File

@@ -867,7 +867,7 @@ bool serverOkay (std::string& reason)
if (!getApp().getLedgerMaster().isCaughtUp(reason))
return false;
if (getApp().getFeeTrack ().isLoaded ())
if (getApp().getFeeTrack ().isLoadedLocal ())
{
reason = "Too much load";
return false;