Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Consider grabbing more notifications than needed to circumvent lock contention #54

Description

@alechenninger

If notifications per poll is 10, and there are 2 threads polling at the same time, each will likely get ~5. But, if we grab 20, then each will always get 10.

Not sure if it would be much different than just setting notifications per poll to 20 (hence type: question).

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions