diff --git a/Dockerfile b/Dockerfile index aac9d93..4e4248a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY config.mk /config.mk COPY recorder.conf /etc/default/recorder.conf COPY recorder-health.sh /usr/local/sbin/recorder-health.sh -ENV VERSION=0.8.0 +ENV VERSION=0.8.1 RUN apk add --no-cache --virtual .build-deps \ curl-dev libconfig-dev make \ diff --git a/config.mk b/config.mk index d99041b..34f4125 100644 --- a/config.mk +++ b/config.mk @@ -54,6 +54,8 @@ DOCROOT = /htdocs GHASHPREC = 7 +GEOCODE_TIMEOUT = 4000 + # Should the JSON emitted by recorder be indented? (i.e. beautified) # yes or no JSON_INDENT ?= no