-
Notifications
You must be signed in to change notification settings - Fork 14
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
Removing cache_ttl does not flush cache #37
Comments
as described in the readme, this is a static cache, meaning you need to give it a update interval with unless you're trying to use jupyter notebooks, in which case it's a known problem but outside the scope of this project, see #26 |
fwiw, dynamic caching (what you expect, update source, post will be updated) is already described in #20 and is looking for funding :) |
Nice ! So I got it wrong: It's not that the flush was not working, is that the default period was being used, as I though removing the cache_ttl would disable the cache completely instead of using the default. My bad! |
Wordpress: 5.6
Documents for Git: 2.1.0
When you add the cache_ttl parameter to your markdown block and then you remove it, the plugin will only serve the last cached version of the document and will stop updating the document.
I didn't config anything
To Reproduce
Steps to reproduce the behavior:
Expected behavior
You should see the updated version
The text was updated successfully, but these errors were encountered: