diff options
author | Wolfy-J <[email protected]> | 2019-05-05 12:06:04 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-05-05 12:06:04 +0300 |
commit | ee12d7b834b501beed56945a54fdabe8bbdd4570 (patch) | |
tree | b4eb26e5fba83124f7eab3979bd4e13e7d4a190e /CHANGELOG.md | |
parent | db838d7465cc6b147c5d7f672d71c6523df54209 (diff) |
init service
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 59091bc8..775f6c22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,9 @@ v1.4.0 - `real ip` resolution using X-Real-Ip and X-Forwarded-For (+cidr verification) - automatic worker lifecycle manager (controller) - maxMemory (graceful stop) - - maxTTL (graceful stop) - - maxIdleTTL (graceful stop) - - maxExecTTL (brute, max_execution_time) + - ttl (graceful stop) + - idleTTL (graceful stop) + - execTTL (brute, max_execution_time) - the ability to stop rr using `rr stop` - `maxRequest` option has been deprecated in favor of `maxRequestSize` - `/vendor/bin/rr get` to download rr server binary (symfony/console) by @Alex-Bond |