Add keepalive_time_ms parameter in flwr.server.app.start_server #4128
Labels
feature request
This issue or comment suggests an additional feature.
part: communication
Issues/PRs that affect federated communication e.g. gRPC.
stale
If issue/PR hasn't been updated within 3 weeks.
Describe the type of feature and its functionality.
Hi, I've encountered a situation where we need to set a shorter keep alive time when start grpc server.
I noticed that flwr.server.app.start_server use start_grpc_server function, which has keepalive_time_ms parameter.
Is it possible to add this parameter in flwr.server.app.start_server?
Describe step by step what files and adjustments are you planning to include.
add keepalive_time_ms parameter in flwr.server.app.start_server and pass it to start_grpc_server function
Is there something else you want to add?
No response
The text was updated successfully, but these errors were encountered: