Add a note about caching in README.md
This commit is contained in:
parent
58e1421262
commit
9470cc1fd5
|
@ -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:
|
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
|
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
|
### Deployment
|
||||||
First you should set your own Twitch API client ID in the app.yaml.
|
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).
|
See how to deploy on [Google App Engine](https://cloud.google.com/appengine/docs/standard/python3).
|
||||||
|
|
Loading…
Reference in New Issue