From ab85654f627ddc508808eef995a8c525113f1777 Mon Sep 17 00:00:00 2001 From: Steven Eardley Date: Mon, 13 Jan 2025 20:26:48 +0000 Subject: [PATCH] enable autochecks in production --- production.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/production.cfg b/production.cfg index f4e23709e..e27af1bee 100644 --- a/production.cfg +++ b/production.cfg @@ -58,4 +58,7 @@ EVENT_SEND_FUNCTION = "portality.events.shortcircuit.send_event" PRESERVATION_PAGE_UNDER_MAINTENANCE = False # Ensure all app machines can contact background server first with redis-cli -h e.g. redis-cli -h 10.131.191.148 -REDIS_HOST = '10.131.191.148' # doaj-background-1 \ No newline at end of file +REDIS_HOST = '10.131.191.148' # doaj-background-1 + +# Enable autocheck on incoming applications and update requests issue #3933 +AUTOCHECK_INCOMING = True \ No newline at end of file