Skip to content

Message warehouse needs to be a circular buffer #36

Description

@ReidWilliams

A little performance testing finds that getting message headers into the warehouse is much faster than resolving new headers to the full message. This can cause the warehouse to grow indefinitely, a memory leak.

Need to limit the size of the warehouse and turn it into a circular queue that holds the most recent N message headers.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions