Skip to content

Commit

Permalink
GITC-6295 - WMS Fcgid re-tune
Browse files Browse the repository at this point in the history
Merge in GITC/onearth from GITC-6295 to develop

* commit '2dbd6039a53f28083783ec83c34c69aa64d2bb0f':
  Bumped FcgidMaxRequestsPerProcess to 50 in oe2_wms.conf
  • Loading branch information
Matthew Graber committed Oct 2, 2024
2 parents c547ab2 + 2dbd603 commit 40ab23e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/wms_service/oe2_wms.conf
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ AddHandler fcgid-script fcgi
<IfModule fcgid_module>
FcgidIOTimeout 300
FcgidMaxProcessesPerClass 200
FcgidMaxRequestsPerProcess 25
FcgidMaxRequestsPerProcess 50
</IfModule>
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 40ab23e

Please sign in to comment.