为什么站点地图插件每天只更新一次?

您好,

我在 XML Sitemap Plugin 中发现了一个问题。新主题的 URL 未更新。

参考:视频

看起来它每天更新一次。我猜这是因为通常认为网络爬虫不会更频繁地请求它。

https://github.com/communiteq/discourse-sitemap/blob/master/plugin.rb#L39

That means, I need to edit code for modifying Sitemap update time period? :thinking:

Thanks for the response.

I doubt that you “need” to, but if you want it to change every minute, I suspect that if you change “24.hours” to “1.minute” it’ll update more often.

Note: I have never seen that Rails.cache.fetch function and am only guessing what it does.

I appreciate your kind response. However, I have decided to remove Sitemap plugin.