[bug] profile with larger than usual account headers causes excessive outgoing requests #661
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#661
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Your setup
OTP
Extra details
No response
Version
3.10.4-0-gebfb617
PostgreSQL version
15
What were you trying to do?
run an akkoma instance
What did you expect to happen?
i expected akkoma to not refetch a user profile that has an unusually large number of header fields as fast as possible
What actually happened?
it did that, and i hope the instance admin isn't mad at me
Logs
Severity
I cannot use it as easily as I'd like
Have you searched for this issue?
sorry for the low quality bug report im very tired and barely have time to write this
this problem can be worked around by increasing the default value of "Max remote account fields" in the admin frontend to a sufficiently large number. i've gone with 100.
i think there's still a bug to be fixed here though. firing off thousands of requests for the same endpoint due to a validation error doesn't seem like reasonable behavior.