Skip to content

think of how to stop updating comments / subplebbits, and when to clean up feeds #41

Description

@estebanabaroa

at the moment comments and subplebbits keep updating forever, and feeds never get garbage collected, which is especially bad for nested replies feeds.

think of how to stop updating comments / subplebbits:

  • if the user leaves the post page, and doesn't have subscriptions / notifications, can stop updating after 1h (high probability of coming back within the hour)
  • if the user leaves a feed, can stop updating after 1h (high probability of coming back within the hour)
  • to achieve this, must know when the user leaves a thread, not sure if possible to know when a hook unmounts completely

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