Skip to content

Commit 40ab23e

Browse files
author
Matthew Graber
committed
GITC-6295 - WMS Fcgid re-tune
Merge in GITC/onearth from GITC-6295 to develop * commit '2dbd6039a53f28083783ec83c34c69aa64d2bb0f': Bumped FcgidMaxRequestsPerProcess to 50 in oe2_wms.conf
2 parents c547ab2 + 2dbd603 commit 40ab23e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/wms_service/oe2_wms.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ AddHandler fcgid-script fcgi
6969
<IfModule fcgid_module>
7070
FcgidIOTimeout 300
7171
FcgidMaxProcessesPerClass 200
72-
FcgidMaxRequestsPerProcess 25
72+
FcgidMaxRequestsPerProcess 50
7373
</IfModule>

version.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
export ONEARTH_VERSION=2.8.4 # This must be manually incremented with each OnEarth version
55

66
# The onearth release to use in the Docker image tag (e.g. onearth-wms:{ONEARTH_VERSION}-{ONEARTH_RELEASE}).
7-
export ONEARTH_RELEASE=1 # This must be manually incremented with each OnEarth build
7+
export ONEARTH_RELEASE=2 # This must be manually incremented with each OnEarth build

0 commit comments

Comments
 (0)