Skip to content
Unverified Commit e1add3e8 authored by Niklas Adolfsson's avatar Niklas Adolfsson Committed by GitHub
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 <>
parent 03497895
Pipeline #509380 waiting for manual action with stages
in 43 minutes and 40 seconds