forked from hyperledger/fabric
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-7034] Configure orderer keepalive params
Currently the gRPC server keepalive parameters are hard-coded to the defaults set in the core/comm package. This change makes the following settings configurable: - minimum permitted interval for client pings on the peer endpoint - keepalive interval and timeout for server to client pings Change-Id: I5f4c4b330f7d31483b63e8fd293039fd1bb352b9 Signed-off-by: Gari Singh <[email protected]>
- Loading branch information
1 parent
9359c72
commit d972b54
Showing
4 changed files
with
58 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters