From 0c26490e3fae7d33df40c308cffa9359227cdda9 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 24 Nov 2018 13:18:50 +0100 Subject: [PATCH] Added info about swoole in changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b51ddc59..ec687012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), #### Added -* *Nothing* +* [#208](https://github.com/shlinkio/shlink/issues/208) Added initial support to run shlink using [swoole](https://www.swoole.co.uk/), an non-blocking IO server which improves the performance of shlink up to 4 times. + + Run shlink with `./vendor/bin/zend-expressive-swoole start` to start-up the service, which will be exposed in port `8080`. + + Adding the `-d` flag, it will be started as a background service. Then you can use the `./vendor/bin/zend-expressive-swoole stop` command in order to stop it. #### Changed