diff options
author | Valery Piashchynski <[email protected]> | 2022-01-22 01:19:23 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-01-22 01:19:23 +0300 |
commit | ae63006bcb10eb1b36576fc4fc1f90484a86cfdb (patch) | |
tree | 325c578f457d2a8e3320e74685a78d182a17e142 | |
parent | be963c12d70bb9ac8a9491a015a0b150db7d2907 (diff) |
update CHANGELOG
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f7c24f7f..89ce25d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,11 @@ ## 👀 New: - ✏️ Return an error if the user uses the `.env` file, but it doesn't exist. [BUG](https://github.com/roadrunner-server/roadrunner/issues/954), (reporter @O00O0O) -- ✏️ Parallel workers allocation withing the plugin. [FR](https://github.com/roadrunner-server/roadrunner/issues/951), (reporter @roquie) +- ✏️ Parallel workers allocation within the plugin. [FR](https://github.com/roadrunner-server/roadrunner/issues/951), (reporter @roquie) + +## 🩹 Fixes: + +- 🐛 Fix: RR workers are blocked when one of them should send a big (> 100mb) response and when the time to send the response is bigger than the supervisor's `watch_tick` [BUG](https://github.com/roadrunner-server/roadrunner/issues/957) (reported by: @OO00O0O) --- |