Compare commits

..

1 Commits

Author SHA1 Message Date
6c7a35005e fix: sets num_threads=10 2025-06-13 23:44:49 -05:00
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
} }
} }