Skip to content
Commit 26069148 authored by Niklas Adolfsson's avatar Niklas Adolfsson Committed by github-actions[bot]
Browse files

rpc: re-use server builder per rpc interface (#6652)

This PR changes that the server builder is created once and
shared/cloned for each connection to avoid some extra overhead to
construct this for each connection (as it was before).

I don't know why I constructed a new builder for each connection because
it's not needed but shouldn't make a big difference to my understanding.

---------

Co-authored-by: command-bot <>
(cherry picked from commit e1add3e8)
parent 51f578a3
Pipeline #509388 waiting for manual action with stages
in 56 minutes and 29 seconds