-
Notifications
You must be signed in to change notification settings - Fork 27
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
Throttling doesn't apply to posts without webmentions #84
Comments
Good point. Let me get on that. I think I finally need to bust out the lookups into a separate file. |
This fix is in v2.9.5 |
Thank you! |
@aarongustafson I've just updated but am running into the error
With
|
Hmm. I'll look into it. Thanks for the heads up. Can you run it again with
`debug: true` in the config and include any info right before that error?
… |
@aarongustafson sure, here's the additional debug info:
|
Try now. I added an additional conditional around the code I think is causing the issue for you. v2.9.6 |
@aarongustafson thanks for fixing, working fine now. And build time has dropped to less than two minutes, so a big improvement overall. |
I've recently added webmentions to my Jekyll blog, which has ~800 posts going back a number of years. Only about four recent posts have received webmentions. My site's build time has jumped to around five minutes, but throttling seems to make no difference. I'm using the following throttling configuration:
What I seem to be experiencing is that only posts which have received webmentions are throttled. So for all other posts that have no webmentions, they're checked every time. Is that right? If so, can there be a way to specify that throttling should apply to all posts, not just ones that have received webmentions previously? In my case, this could possibly decrease build times significantly.
The text was updated successfully, but these errors were encountered: