diff options
-rw-r--r-- | README.md | 3 | ||||
-rwxr-xr-x | build.sh | 2 |
2 files changed, 2 insertions, 3 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: @@ -3,7 +3,7 @@ cd $(dirname "${BASH_SOURCE[0]}") OD="$(pwd)" # Pushes application version into the build information. -RR_VERSION=1.3.7 +RR_VERSION=1.4.0 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/rr/cmd/rr/cmd.Version=${RR_VERSION}" |