Skip to content

Commit 7a28ace

Browse files
committed
Test config change
1 parent 58eaf5a commit 7a28ace

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

backend/conf.d/supervisord.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ logfile_maxbytes=0
55
pidfile=/run/supervisord.pid
66

77
[program:php-octane]
8-
command = php /app/artisan octane:frankenphp --host=0.0.0.0 --max-requests=200 --port=8000 --caddyfile=/etc/caddy/Caddyfile
8+
command = php /app/artisan octane:frankenphp --host=0.0.0.0 --workers=36 --max-requests=1000 --port=8000 --caddyfile=/etc/caddy/Caddyfile
99
process_name=%(program_name)s
1010
startsecs = 0
1111
autostart = true
@@ -34,4 +34,4 @@ stdout_logfile=/dev/stdout
3434
stderr_logfile=/dev/stderr
3535
stdout_logfile_maxbytes=0
3636
stderr_logfile_maxbytes=0
37-
autorestart=true
37+
autorestart=true

0 commit comments

Comments
 (0)