Skip to content

Potential Block Fetch logic optimisations #1073

Open
@mrBliss

Description

@mrBliss

In #1054 we already made some optimisations to the Block Fetch logic so that it no longer stands out in the profiling report.

Duncan has the following optimisations in mind whenever it shows up again in the profiling report:

  • Check that the Block Fetch decision code is not being woken up too frequently.
  • Put a minimum time between decisions, so even if we do wake up again promptly, we wait a few milliseconds, i.e. rate limiting.

Metadata

Metadata

Assignees

No one assigned

    Labels

    block-fetchIssues related to block fetch component.optimisationPerformance optimisation

    Type

    No type

    Projects

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions