You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
right now, we fetch a site's h-feed(s) and individual h-entries to find syndication links. we do this every 6h if we've seen a synd link recently, ie in the last 2w, otherwise we do it every 2d.
as a hardening measure, we stop after the first 10 entries per fetch. background in #624 and c9e30a2. this means we can miss posts on high velocity site's like @aaronpk's. we currently fetch and process / + /all + /syndicated on his site, which often totals 10-20 or more posts per day. anecdotal post counts per day recently: 13, 13, 25, 22, 25. IRC discussion.
one option is to bump up the 10 post per fetch cap, either globally or for known high velocity sites. another option is to let those sites tell bridgy which feed to use, e.g. just /syndicated, either via UI or rel value or other markup hint.
The text was updated successfully, but these errors were encountered:
snarfed
changed the title
original post discover: handle sites with high post velocity better
original post discovery: handle sites with high post velocity better
Oct 10, 2017
bumped the per-crawl h-entry cap up from 10 to 50, just for beta users (2b47c06). also fixed a bug where manually triggered crawls like Crawl now and Resend weren't updating the last syndication url timestamp.
right now, we fetch a site's h-feed(s) and individual h-entries to find syndication links. we do this every 6h if we've seen a synd link recently, ie in the last 2w, otherwise we do it every 2d.
as a hardening measure, we stop after the first 10 entries per fetch. background in #624 and c9e30a2. this means we can miss posts on high velocity site's like @aaronpk's. we currently fetch and process
/
+/all
+/syndicated
on his site, which often totals 10-20 or more posts per day. anecdotal post counts per day recently: 13, 13, 25, 22, 25. IRC discussion.one option is to bump up the 10 post per fetch cap, either globally or for known high velocity sites. another option is to let those sites tell bridgy which feed to use, e.g. just
/syndicated
, either via UI or rel value or other markup hint.The text was updated successfully, but these errors were encountered: