From c9b879671d720f8222cde43ba15095324e00f63a Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Wed, 14 Aug 2024 13:26:21 +0300 Subject: [PATCH] Update README.md - Update `velox.toml` to fit the latest RR --- plugins/roadrunner/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/plugins/roadrunner/README.md b/plugins/roadrunner/README.md index e8c307158..38e6ff3fe 100644 --- a/plugins/roadrunner/README.md +++ b/plugins/roadrunner/README.md @@ -13,12 +13,14 @@ This is a distributed HTTP cache module for Roadrunner based on [Souin](https:// ## Build the roadrunner binary ```toml -[velox] -build_args = ['-trimpath', '-ldflags', '-s -X github.com/roadrunner-server/roadrunner/v2/internal/meta.version=${VERSION} -X github.com/roadrunner-server/roadrunner/v2/internal/meta.buildTime=${TIME}'] - [roadrunner] +# ref -> reference, tag, commit or branch ref = "master" +# the debug option is used to build RR with debug symbols to profile it with pprof +[debug] +enabled = false + [github] [github.token] token = "GH_TOKEN"