From 9470cc1fd5f1ac876e133e8b96d3e49f7d0940ab Mon Sep 17 00:00:00 2001 From: Laszlo Zeke Date: Fri, 26 Feb 2021 20:06:34 +0100 Subject: [PATCH] Add a note about caching in README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6ffe5f7..96bee0f 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ https://twitchrss.appspot.com/vod/twitch There is also a VOD only endpoint if you don't want to see ongoing streams which are known to break some readers: https://twitchrss.appspot.com/vodonly/twitch +### Caching requests +This service caches requests from twitch for 10 minutes meaning that you will only get new answers once in +10 minutes. Please keep this in mind when polling the service. + ### Deployment First you should set your own Twitch API client ID in the app.yaml. See how to deploy on [Google App Engine](https://cloud.google.com/appengine/docs/standard/python3).