Skip to content
This repository has been archived by the owner on Nov 30, 2017. It is now read-only.

Limiting # of ghost users. #45

Open
Half-Shot opened this issue Dec 16, 2016 · 2 comments
Open

Limiting # of ghost users. #45

Half-Shot opened this issue Dec 16, 2016 · 2 comments

Comments

@Half-Shot
Copy link
Owner

Busy rooms could quickly stack up members which might cause clients some problems after that get's large. #wtf is a good example of why you need to be careful.

A few methods we could try:

  • Just remove people who haven't tweeted after X time.
  • As above, but also have a threshold to reach first.
@Half-Shot
Copy link
Owner Author

Some clients (whether correctly or not) are struggling as is with the IRC bridge due to the number of member events, this would be useful to lighten the load.

@Half-Shot
Copy link
Owner Author

The issue referenced above pushes some of the responsibility to the bridge to make stale users leave. This should be doable by doing a DB request for last message sent into room_id for each twitter user.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant