-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
🐛 Too many permission overrides makes Needle slow #294
Comments
A short term fix is to acknowledge the interaction which gives us more than 3 seconds to respond. |
@MarcusOtter Please assign to me, I can investigate. |
Sure! The problem should be this method here. I know we can at restructure this and |
We cannot parallelize that fetch- we will quickly run into rate limits. I don't think we need that fetch, I will investigate. |
Any updates @c43721? |
Describe the bug
Having this many channel overrides causes Needle to take more than 3 seconds to reply, which leads to an error on Discord's end.
Steps to reproduce the bug
Expected behavior
It should work under 3 seconds regardless of how many overrides you have.
The text was updated successfully, but these errors were encountered: