Skip to content

Commit 3a2eccf

Browse files
Merge pull request #3051 from craigcomstock/ENT-13291/master
Increased timeout for php processing to allow for longer running requests
2 parents 40d9e0f + 746b830 commit 3a2eccf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cfe_internal/enterprise/templates/httpd.conf.mustache

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,9 @@ LogLevel warn
249249
</IfModule>
250250

251251

252+
# Timeout defaults to 60 but that is too short for some operations on slower hub hardware
253+
Timeout 120
254+
252255
{{#classes.mission_portal_http2_enabled}}
253256
# Use mod_http2
254257
LoadModule http2_module modules/mod_http2.so

0 commit comments

Comments
 (0)