From 095c563e3760df1e7561e82a3adc2a56941ddae1 Mon Sep 17 00:00:00 2001 From: Ben Coleman Date: Fri, 7 Apr 2023 00:25:02 +0100 Subject: [PATCH] =?UTF-8?q?Version=200.0.5=20update=20=F0=9F=91=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- makefile | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index d5a44a0..d027504 100644 --- a/makefile +++ b/makefile @@ -4,7 +4,7 @@ ifneq (,$(wildcard ./.env)) endif # Common - can be overridden by .env file or when running make -VERSION ?= 0.0.4 +VERSION ?= 0.0.5 BUILD_INFO ?= Local and manual build AUTH_CLIENT_ID ?= API_ENDPOINT ?= http://localhost:8000/api diff --git a/readme.md b/readme.md index df6743b..faf2d82 100644 --- a/readme.md +++ b/readme.md @@ -80,7 +80,7 @@ Env vars used only by the runner: | ALERT_SMTP_PORT | SMTP port | 587 | | ALERT_FAIL_COUNT | How many time a monitor needs to fail in a row to trigger an alert | 3 | | POLLING_INTERVAL | Only used when in polling mode | 10s | -| USE_POLLING | Force polling mode, by default MongoDB change streams will be used | false | +| USE_POLLING | Force polling mode, by default MongoDB change streams will be tried, and polling mode used if that fails. | false | ## Scratch Notes Area