Skip to content

Commit

Permalink
api: set num_threads to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
BacLuc committed Jan 2, 2025
1 parent 2d2de63 commit dde9d6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion api/docker/caddy/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
{$CADDY_GLOBAL_OPTIONS}

frankenphp {
num_threads 8
{$FRANKENPHP_CONFIG}
}

Expand Down Expand Up @@ -57,5 +58,7 @@
# Disable Topics tracking if not enabled explicitly: https://github.com/jkarlin/topics
header ?Permissions-Policy "browsing-topics=()"

php_server
php_server {
php_version {$PHP_VERSION}
}
}

0 comments on commit dde9d6e

Please sign in to comment.