Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在阅读来自 Twitter 的 atom-feed。我想知道我应该多久查询一次提要(即,将其输入查询 URL),以免错过任何结果。
标头缓存控制行有两个不同的 max-ages:
Cache-Control: max-age=15, must-revalidate, max-age=300
我该如何解释这个?我应该每 15 秒还是每 300 秒轮询一次?
任何学到的评论将不胜感激。