From b841f484aa3b39b4082a0a1629ca7cc3d0b5a014 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Fri, 31 Mar 2000 20:14:26 +0000 Subject: Changed the socket time out to 10 secs. --- src/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/config.h b/src/config.h index 0a8a766..a7a50e6 100644 --- a/src/config.h +++ b/src/config.h @@ -1,4 +1,4 @@ -/* $Id: config.h,v 1.2 2000-03-13 00:56:21 rjkaes Exp $ +/* $Id: config.h,v 1.3 2000-03-31 20:14:26 rjkaes Exp $ * * Contains all the tune-able variables which are used by tinyproxy. * Modifications made to these variables WILL change the default behaviour @@ -59,7 +59,7 @@ /* * NOTE: change these if you know what you're doing */ -#define SOCK_TIMEOUT 5 +#define SOCK_TIMEOUT 10 /* Recalculate load avery 30 seconds */ #define LOAD_RECALCTIMER 30 /* Default HTTP port */ -- cgit v1.2.3