Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply load improve #1

Draft
wants to merge 4 commits into
base: apply_load_improve
Choose a base branch
from

Conversation

sisuresh
Copy link

Description

I made some changes so we could test the new proposal. We don't need to merge this PR into yours.

Checklist

  • Reviewed the contributing document
  • Rebased on top of master (no merge commits)
  • Ran clang-format v8.0.0 (via make format or the Visual Studio extension)
  • Compiles
  • Ran all tests
  • If change impacts performance, include supporting evidence per the performance document

@@ -336,6 +336,27 @@ class Config : public std::enable_shared_from_this<Config>
// `APPLY_LOAD_BL_LAST_BATCH_LEDGERS`.
uint32_t APPLY_LOAD_BL_LAST_BATCH_SIZE = 100;

uint32_t APPLY_LOAD_LEDGER_MAX_INSTRUCTIONS = 0;
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to add comments and clear error messages for misconfiguration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants