From f43ae5c45581a0ed2ba2ae92397852605feab579 Mon Sep 17 00:00:00 2001 From: guillempages Date: Sat, 14 Mar 2020 23:24:29 +0100 Subject: [PATCH] Fix default tankerkoenig radius (#12361) The default value specified in the documentation did not match the implementation. --- source/_integrations/tankerkoenig.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/tankerkoenig.markdown b/source/_integrations/tankerkoenig.markdown index f93a560d68d..49fa15387a9 100755 --- a/source/_integrations/tankerkoenig.markdown +++ b/source/_integrations/tankerkoenig.markdown @@ -55,7 +55,7 @@ longitude: radius: description: The radius in km. in which to search for gas stations. Cannot be less than 1. required: false - default: 5 + default: 2 type: integer scan_interval: description: The time interval to poll the server for new data. You should not put values lower than 5 minutes here; otherwise you risk your API key being blocked.