forked from pool/util-linux
12 lines
308 B
Diff
12 lines
308 B
Diff
|
--- util-linux-2.12q/mount/nfsmount.c
|
||
|
+++ util-linux-2.12q/mount/nfsmount.c
|
||
|
@@ -489,7 +489,7 @@
|
||
|
|
||
|
/* 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",
|