Skip to content

Commit

Permalink
Removed the grpc keep alive settings. (#2020)
Browse files Browse the repository at this point in the history
  • Loading branch information
yhwen authored Sep 21, 2023
1 parent d445a09 commit c824047
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nvflare/fuel/f3/drivers/aio_grpc_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
GRPC_DEFAULT_OPTIONS = [
("grpc.max_send_message_length", MAX_FRAME_SIZE),
("grpc.max_receive_message_length", MAX_FRAME_SIZE),
("grpc.keepalive_time_ms", 120000),
("grpc.http2.max_pings_without_data", 0),
]


Expand Down

0 comments on commit c824047

Please sign in to comment.