- saner NFS timeo default (#350309)
authorJan Kupec <jkupec@suse.cz>
Thu, 17 Jan 2008 14:10:30 +0000 (14:10 +0000)
committerJan Kupec <jkupec@suse.cz>
Thu, 17 Jan 2008 14:10:30 +0000 (14:10 +0000)
package/libzypp.changes
zypp/media/MediaNFS.h

index 9b72fc5..21d8098 100644 (file)
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Thu Jan 17 15:07:52 CET 2008 - jkupec@suse.cz
+
+- Saner NFS timeo default (#350309)
+- revision 8314
+
+-------------------------------------------------------------------
 Thu Jan 17 12:03:10 CET 2008 - kkaempf@suse.de
 
 - support 'patterns.pat' and 'patterns.pat.gz' to read all
index 0893b6e..d34aa60 100644 (file)
 #include "zypp/media/MediaHandler.h"
 
 /**
- * Value of nfs mount minor timeout in tenths of a second.
+ * Value of NFS mount minor timeout (passed to <code>timeo</code> option
+ * of the NFS mount) in tenths of a second.
+ *
+ * The value of 300 should give a major timeout after 3.5 minutes
+ * for UDP and 1.5 minutes for TCP. (#350309)
  */
-#define NFS_MOUNT_TIMEOUT 10
+#define NFS_MOUNT_TIMEOUT 300
 
 namespace zypp {
   namespace media {