Skip to content

Commit ac5c4ff

Browse files
authored
Add documentation on tuning the timeouts (#4014)
1 parent 15cc19f commit ac5c4ff

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docker-compose.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,14 @@ services:
366366
environment:
367367
<<: *common-env
368368

369+
# Performance tuning for FRANKENPHP
370+
# For the legacy setup using the -legacy tags, these values are not used.
371+
372+
# Increase PHP max execution time (in seconds) for long running operations like imports.
373+
# We recommend you leave those as is and use database/redis queue with a worker for long operations.
374+
# PHP_MAX_EXECUTION_TIME: 3000
375+
# LYCHEE_MAX_EXECUTION_TIME: 30
376+
369377
depends_on:
370378
lychee_db:
371379
condition: service_healthy

0 commit comments

Comments
 (0)