fix: sets num_threads=10

This commit is contained in:
2025-06-13 23:44:49 -05:00
parent 0f16423f66
commit 6c7a35005e
2 changed files with 3 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ services:
tty: true tty: true
environment: environment:
TZ: America/Chicago TZ: America/Chicago
command: php /app/bin/console messenger:consume async -vv --time-limit=3600 --limit=10 command: php /app/bin/console messenger:consume media_cache -vv --time-limit=3600
scheduler: scheduler:

View File

@@ -3,6 +3,8 @@
frankenphp { frankenphp {
{$FRANKENPHP_CONFIG} {$FRANKENPHP_CONFIG}
num_threads 10
} }
} }