diff options
author | Wolfy-J <[email protected]> | 2019-05-05 12:35:11 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-05-05 12:35:11 +0300 |
commit | 0b9a566934021105119a5475b0404e5eda73aeab (patch) | |
tree | df5c9e215fb00592a3a6d85ab7b3689762d2a216 /README.md | |
parent | f8a76de00b90b0d3018ed5af1387cb57d2210fc0 (diff) |
more limit tests
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -42,7 +42,6 @@ Features: - execTTL (brute, max_execution_time) - payload context and body - protocol, worker and job level error management (including PHP errors) -- memory leak failswitch - very fast (~250k rpc calls per second on Ryzen 1700X using 16 threads) - works on Windows @@ -69,7 +68,7 @@ while ($req = $psr7->acceptRequest()) { } ``` -Configuration can be located in `.rr.yaml` file: +Configuration can be located in `.rr.yaml` file ([full sample](https://github.com/spiral/roadrunner/blob/master/.rr.yaml)): ```yaml http: |