summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rwxr-xr-xbuild.sh2
2 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5e7b74eb..0de0e15e 100644
--- a/README.md
+++ b/README.md
@@ -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:
diff --git a/build.sh b/build.sh
index 8be6b3c7..f5c8657b 100755
--- a/build.sh
+++ b/build.sh
@@ -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}"