Updated php.ini and added more workers

This commit is contained in:
Aditya Prima 2024-03-12 01:10:29 +07:00
parent 6b6f583e91
commit 680b412dce
2 changed files with 1891 additions and 1 deletions

1890
docker/etc/php82/php.ini Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,2 +1,2 @@
#!/command/with-contenv sh
php /app/artisan octane:start --server=frankenphp --workers=2
php /app/artisan octane:start --server=frankenphp --workers=16 --max-requests=1000