forked from pool/util-linux
14 lines
469 B
Diff
14 lines
469 B
Diff
|
Index: util-linux-ng-2.12r+2.13pre7/mount/nfsmount.c
|
||
|
===================================================================
|
||
|
--- util-linux-ng-2.12r+2.13pre7.orig/mount/nfsmount.c
|
||
|
+++ util-linux-ng-2.12r+2.13pre7/mount/nfsmount.c
|
||
|
@@ -487,7 +487,7 @@ retry_udp:
|
||
|
|
||
|
/* Adjust options if none specified */
|
||
|
if (!data.timeo)
|
||
|
- data.timeo = tcp ? 70 : 7;
|
||
|
+ data.timeo = tcp ? 600 : 7;
|
||
|
|
||
|
#ifdef NFS_MOUNT_DEBUG
|
||
|
printf("rsize = %d, wsize = %d, timeo = %d, retrans = %d\n",
|