summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2000-03-31 20:14:26 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2000-03-31 20:14:26 +0000
commitb841f484aa3b39b4082a0a1629ca7cc3d0b5a014 (patch)
treeb2b294f1816de508b7ed8d6a678f481a15ef830a /src
parentdede5f36a8156fc552d2124b6dece2d4817b9257 (diff)
downloadtinyproxy-b841f484aa3b39b4082a0a1629ca7cc3d0b5a014.tar.gz
tinyproxy-b841f484aa3b39b4082a0a1629ca7cc3d0b5a014.zip
Changed the socket time out to 10 secs.
Diffstat (limited to '')
-rw-r--r--src/config.h4
1 files changed, 2 insertions, 2 deletions
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 */