-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option for a time to live for membership queue items #277
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, hope we're putting an end to them jamming up the queue.
Can you add to the documentation what values for ttl
you recommend / found to be working for our bridges?
…ervice-bridge into hs/ttl-membership
I think this is covered by the default opts values? |
Needed for matrix-org/matrix-appservice-irc#1184
Depends on #276
This change allows us to specify a maximum ttl of a request before we just consider it stale and drop it. I've also renamed
joinDelayMs
toactionDelayMs
because it doesn't just affect joins.