From 2dbd6039a53f28083783ec83c34c69aa64d2bb0f Mon Sep 17 00:00:00 2001 From: Matthew Graber Date: Wed, 2 Oct 2024 10:06:42 -0700 Subject: [PATCH] Bumped FcgidMaxRequestsPerProcess to 50 in oe2_wms.conf --- docker/wms_service/oe2_wms.conf | 2 +- version.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/wms_service/oe2_wms.conf b/docker/wms_service/oe2_wms.conf index 77f054ce..435ce87f 100644 --- a/docker/wms_service/oe2_wms.conf +++ b/docker/wms_service/oe2_wms.conf @@ -69,5 +69,5 @@ AddHandler fcgid-script fcgi FcgidIOTimeout 300 FcgidMaxProcessesPerClass 200 - FcgidMaxRequestsPerProcess 25 + FcgidMaxRequestsPerProcess 50 diff --git a/version.sh b/version.sh index a0f53be4..c61f6753 100755 --- a/version.sh +++ b/version.sh @@ -4,4 +4,4 @@ export ONEARTH_VERSION=2.8.4 # This must be manually incremented with each OnEarth version # The onearth release to use in the Docker image tag (e.g. onearth-wms:{ONEARTH_VERSION}-{ONEARTH_RELEASE}). -export ONEARTH_RELEASE=1 # This must be manually incremented with each OnEarth build +export ONEARTH_RELEASE=2 # This must be manually incremented with each OnEarth build