Skip to content

Commit 2dbd603

Browse files
author
Matthew Graber
committed
Bumped FcgidMaxRequestsPerProcess to 50 in oe2_wms.conf
1 parent 24013da commit 2dbd603

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)