Skip to content

Commit

Permalink
Update .rr.yalm to be v3 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
ALameLlama committed Mar 29, 2024
1 parent 5ba7523 commit 3643ce3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/echo/.rr.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "2.7"
version: "3"
rpc:
listen: "tcp://127.0.0.1:6001"

Expand All @@ -9,7 +9,7 @@ server:

grpc:
listen: "tcp://127.0.0.1:9001"
proto: "service.proto"
proto: ["service.proto"]
max_send_msg_size: 50
max_recv_msg_size: 50
max_connection_idle: 0s
Expand All @@ -22,4 +22,4 @@ grpc:
num_workers: 2
max_jobs: 0
allocate_timeout: 60s
destroy_timeout: 60
destroy_timeout: 60s

0 comments on commit 3643ce3

Please sign in to comment.