Number of grpc server processing threads not set according to config value
At the moment the config value is always ignored and the default is instead set, which is int threads = 8 * std::thread::hardware_concurrency();
At the moment the config value is always ignored and the default is instead set, which is int threads = 8 * std::thread::hardware_concurrency();