You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two follow-ups on the per-php_server scoping batch:
- Extract reserveBackgroundWorkerThreads from calculateMaxThreads. The
bg-worker branch was a dense block of defaults + slot reservation +
metric registration; lifting it into its own function keeps
calculateMaxThreads focused on HTTP-worker accounting and makes the
three lazy-start cases (named/named-with-cap/catch-all) read in one
place.
- Rename the leftover backgroundScope field to scope on worker,
workerOpt, frankenPHPContext and FrankenPHPModule. The type was
already shortened from BackgroundScope to Scope; the field names lag.
0 commit comments