facebook / hhvm

A virtual machine for executing programs written in Hack.
https://hhvm.com
Other
18.06k stars 2.99k forks source link

Remove server maxRequestsLimit from new limit calculations #9398

Closed cihangir closed 9 months ago

cihangir commented 9 months ago

Summary: Server maxRequestsLimit config was causing feedback loop where initial max request count was blocking further calculations to use the new limit.

Move maxConcurrency to an optional config Use that config to cap concurrency. If not set or above 1000, set to 1000.

Differential Revision: D49607854

facebook-github-bot commented 9 months ago

This pull request was exported from Phabricator. Differential Revision: D49607854

facebook-github-bot commented 9 months ago

This pull request was exported from Phabricator. Differential Revision: D49607854

facebook-github-bot commented 9 months ago

This pull request has been merged in facebook/hhvm@99bed7834315a8222b6b1e7623ab2907bc5d6e4e.