Rakshith R dd93de0bfc util: pass Servers by reference to Start()
This commit modifies nonBlockingGRPCServer.Start()
to accept Servers parameter by reference rather
than value to prevent copy of a large struct.

Signed-off-by: Rakshith R <rar@redhat.com>
2025-06-02 15:18:43 +00:00
..