summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2023-05-25 12:57:00 +0200
committerGitHub <[email protected]>2023-05-25 12:57:00 +0200
commitd1a39a542cecf3ecedb4acf5978892e38bf15137 (patch)
treef9ea2bb550840e6272ac67b596be9f66494ca02b /.rr.yaml
parentd1a6afbf872a627c8901f4523000aa5c60ab9a4e (diff)
parent0e68455310f556f6ee4039cc7ad08bfc43c89ad7 (diff)
[#1575]: release: `v2023.1.4`v2023.1.4
Diffstat (limited to '.rr.yaml')
-rw-r--r--.rr.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.rr.yaml b/.rr.yaml
index ccac36d5..f88a6b26 100644
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -1751,10 +1751,11 @@ grpc:
# This option is required
listen: "tcp://127.0.0.1:9001"
- # Proto file to use, multiply files supported [SINCE 2.6]
+ # Proto file to use, multiply files supported [SINCE 2.6]. As of v2023.1.4, wilcards are allowed in the proto field.
#
# This option is required
proto:
+ - "*.proto" # wilcard
- "first.proto"
- "second.proto"
@@ -2025,7 +2026,7 @@ centrifuge:
#
# Optional, default: roadrunner
name: "roadrunner"
-
+
# Workers pool settings.
pool:
# Debug mode for the pool. In this mode, pool will not pre-allocate the worker. Worker (only 1, num_workers ignored) will be allocated right after the request arrived.