Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/pkg_install/lib be a bit more liberal WRT slow servers



details:   https://anonhg.NetBSD.org/src/rev/66b2ee60d963
branches:  trunk
changeset: 481319:66b2ee60d963
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Wed Jan 26 02:12:14 2000 +0000

description:
be a bit more liberal WRT slow servers

diffstat:

 usr.sbin/pkg_install/lib/ftpio.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f32d25a20d43 -r 66b2ee60d963 usr.sbin/pkg_install/lib/ftpio.c
--- a/usr.sbin/pkg_install/lib/ftpio.c  Wed Jan 26 01:27:12 2000 +0000
+++ b/usr.sbin/pkg_install/lib/ftpio.c  Wed Jan 26 02:12:14 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ftpio.c,v 1.8 2000/01/25 17:21:07 hubertf Exp $        */
+/*     $NetBSD: ftpio.c,v 1.9 2000/01/26 02:12:14 hubertf Exp $        */
 /*      Id: foo2.c,v 1.12 1999/12/17 02:31:57 feyrer Exp feyrer        */
 
 /*
@@ -95,7 +95,7 @@
 
     memset(buf, '#', sizeof(buf));
 
-    timeout.tv_sec=60;
+    timeout.tv_sec=5*60;
     timeout.tv_usec=0;
     done=0;
     retval=0;



Home | Main Index | Thread Index | Old Index