From 6c7a35005e9807f1a7fa042224b127870952ad70 Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Fri, 13 Jun 2025 23:44:49 -0500 Subject: [PATCH] fix: sets num_threads=10 --- compose.yml | 2 +- docker/app/Caddyfile | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index de89906..09a7e65 100755 --- a/compose.yml +++ b/compose.yml @@ -40,7 +40,7 @@ services: tty: true environment: 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: diff --git a/docker/app/Caddyfile b/docker/app/Caddyfile index 92dabf0..7aa8c21 100644 --- a/docker/app/Caddyfile +++ b/docker/app/Caddyfile @@ -3,6 +3,8 @@ frankenphp { {$FRANKENPHP_CONFIG} + + num_threads 10 } }