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

[Fix] Limit number of deployments in mempool. #3089

Merged
merged 3 commits into from
Feb 14, 2024
Merged

Commits on Feb 12, 2024

  1. Limit number of deployments in mempool.

    At 10 deployments we won't run out of memory.
    At 5 deployments, we won't take too much compute time.
    We always interweave the verification of some executions
    and deployments.
    vicsn committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    be8e6ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f93060b View commit details
    Browse the repository at this point in the history
  3. Improve wording of interleaving

    vicsn committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    a5d3349 View commit details
    Browse the repository at this point in the history