Whamcloud - gitweb
LU-13510 lnd: Allow independent socklnd timeout
[fs/lustre-release.git] / lnet / klnds / socklnd / socklnd_modparams.c
index 737cb88..fb8b95c 100644 (file)
@@ -26,7 +26,7 @@
 #include <asm/hypervisor.h>
 #endif
 
-static int sock_timeout = 50;
+static int sock_timeout;
 module_param(sock_timeout, int, 0644);
 MODULE_PARM_DESC(sock_timeout, "dead socket timeout (seconds)");