diff options
author | Valery Piashchynski <[email protected]> | 2023-05-25 12:40:51 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-05-25 12:40:51 +0200 |
commit | a9800eae9f06092c8c339d197067e6afb503a445 (patch) | |
tree | 8d3246938c19838b9431f748e3699df8bb648049 /.rr.yaml | |
parent | 9002b16d9944dc72b9c26b785232861ed43dd787 (diff) |
feat: update CHANGELOG
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.rr.yaml')
-rw-r--r-- | .rr.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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. |