diff --git a/br/pkg/lightning/config/const.go b/br/pkg/lightning/config/const.go index e114eafd8ea88..767b7a3a06c89 100644 --- a/br/pkg/lightning/config/const.go +++ b/br/pkg/lightning/config/const.go @@ -41,8 +41,8 @@ const ( var ( DefaultGrpcKeepaliveParams = grpc.WithKeepaliveParams(keepalive.ClientParameters{ - Time: 10 * time.Second, - Timeout: 20 * time.Second, + Time: 1 * time.Minute, + Timeout: 2 * time.Minute, PermitWithoutStream: false, }) )