Skip to content

Commit ed4bbaa

Browse files
Hakon-Buggejfvogel
authored andcommitted
rds: Disable heartbeat by default
Disable heartbeat by default until feature has been up-streamed. Orabug: 30580048 Signed-off-by: Håkon Bugge <[email protected]> Reviewed-by: Dag Moxnes <[email protected]> Signed-off-by: Somasundaram Krishnasamy <[email protected]> Orabug: 30820081 UEK5 => UEK6 (cherry picked from commit a4e3c5c) cherry-pick-repo=UEK/production/linux-uek.git Signed-off-by: Gerd Rausch <[email protected]> Reviewed-by: Sharon Liu <[email protected]>
1 parent 876e3d3 commit ed4bbaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/rds/sysctl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ unsigned int rds_sysctl_passive_connect_delay_percent = 100;
6666
*/
6767
unsigned int rds_sysctl_min_conn_hb_timeout;
6868
unsigned int rds_sysctl_max_conn_hb_timeout = 60;
69-
unsigned int rds_sysctl_conn_hb_timeout = 10;
69+
unsigned int rds_sysctl_conn_hb_timeout;
7070

7171
/* Heartbeat interval in seconds. The time from a successful heartbeat
7272
* pong has been received until a new heartbeat ping is sent out is

0 commit comments

Comments
 (0)