From 248d4453a733093662d70fa4ad4373af89582953 Mon Sep 17 00:00:00 2001 From: Benny <66417262+ThisIsBenny@users.noreply.github.com> Date: Thu, 31 Dec 2020 13:18:36 +0100 Subject: [PATCH 1/2] Update README.md --- number-of-covild-19-vaccinations/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/number-of-covild-19-vaccinations/README.md b/number-of-covild-19-vaccinations/README.md index 17d3f86..d9b357f 100644 --- a/number-of-covild-19-vaccinations/README.md +++ b/number-of-covild-19-vaccinations/README.md @@ -9,6 +9,9 @@ This widget displays the number of Covid 19 vaccinations. In the small and medium widet, the total number for all states is displayed by default. By entering the state name in the widget parameters, you can switch to the number for the state in the small widget. In the medium widget, by entering the state name, the numbers of the state are displayed next to those of the whole Germany. The large widget shows all 16 states and the total. +_The widget is using a cache to protect the server from too much load. Since the data is updated by the RKI itself only once a day, this should be sufficient. +The TTL (Time To Live) of the Cache can be setup at the beginning of the script (default is 6 hours)._ + [[Download]](https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/number-of-covild-19-vaccinations/number-of-covild-19-vaccinations.js) ## Optional Setup From 5bb48c51746ce006ee506b0b52546da2fc9eff65 Mon Sep 17 00:00:00 2001 From: Benny <66417262+ThisIsBenny@users.noreply.github.com> Date: Thu, 31 Dec 2020 13:21:51 +0100 Subject: [PATCH 2/2] Update README.md --- number-of-covild-19-vaccinations/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/number-of-covild-19-vaccinations/README.md b/number-of-covild-19-vaccinations/README.md index d9b357f..e585aae 100644 --- a/number-of-covild-19-vaccinations/README.md +++ b/number-of-covild-19-vaccinations/README.md @@ -9,8 +9,7 @@ This widget displays the number of Covid 19 vaccinations. In the small and medium widet, the total number for all states is displayed by default. By entering the state name in the widget parameters, you can switch to the number for the state in the small widget. In the medium widget, by entering the state name, the numbers of the state are displayed next to those of the whole Germany. The large widget shows all 16 states and the total. -_The widget is using a cache to protect the server from too much load. Since the data is updated by the RKI itself only once a day, this should be sufficient. -The TTL (Time To Live) of the Cache can be setup at the beginning of the script (default is 6 hours)._ +_The widget is using a cache for 6 hours to protect the server from too much load. Since the data is updated by the RKI itself only once a day, this should be sufficient._ [[Download]](https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/number-of-covild-19-vaccinations/number-of-covild-19-vaccinations.js)