We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15cc19f commit ac5c4ffCopy full SHA for ac5c4ff
docker-compose.yaml
@@ -366,6 +366,14 @@ services:
366
environment:
367
<<: *common-env
368
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
377
depends_on:
378
lychee_db:
379
condition: service_healthy
0 commit comments