We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24013da commit 2dbd603Copy full SHA for 2dbd603
docker/wms_service/oe2_wms.conf
@@ -69,5 +69,5 @@ AddHandler fcgid-script fcgi
69
<IfModule fcgid_module>
70
FcgidIOTimeout 300
71
FcgidMaxProcessesPerClass 200
72
- FcgidMaxRequestsPerProcess 25
+ FcgidMaxRequestsPerProcess 50
73
</IfModule>
version.sh
@@ -4,4 +4,4 @@
4
export ONEARTH_VERSION=2.8.4 # This must be manually incremented with each OnEarth version
5
6
# 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
+export ONEARTH_RELEASE=2 # This must be manually incremented with each OnEarth build
0 commit comments