Delay crawling links #62
Labels
No labels
bug
customization
duplicate
enhancement
feature parity
help wanted
high priority
invalid
low priority
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: woem.men/forkey#62
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?
Summary
When every server crawls a link as soon as stuff federates it can cause a lot of stress on servers. We should crawl the link a bit after it federates like mastodon does to try spread out the amount of hits they get on their website.
1be5269151/app/lib/activitypub/activity/create.rb (L69)
Purpose
To stop sites from getting ddossed by mistake
Do you want to implement this feature yourself?
fae imagines it's not a big problem the way it was implemented on misskey, as misskey only crawls links when somebody sees a post with the link (as opposed to mastodon which always crawls links no matter if anyone sees them or not)
Ah ok I wasnt sure how it was handled in misskeys code. That sounds way better yea