Changed the socket time out to 10 secs.
This commit is contained in:
parent
dede5f36a8
commit
b841f484aa
@ -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.
|
* Contains all the tune-able variables which are used by tinyproxy.
|
||||||
* Modifications made to these variables WILL change the default behaviour
|
* Modifications made to these variables WILL change the default behaviour
|
||||||
@ -59,7 +59,7 @@
|
|||||||
/*
|
/*
|
||||||
* NOTE: change these if you know what you're doing
|
* NOTE: change these if you know what you're doing
|
||||||
*/
|
*/
|
||||||
#define SOCK_TIMEOUT 5
|
#define SOCK_TIMEOUT 10
|
||||||
/* Recalculate load avery 30 seconds */
|
/* Recalculate load avery 30 seconds */
|
||||||
#define LOAD_RECALCTIMER 30
|
#define LOAD_RECALCTIMER 30
|
||||||
/* Default HTTP port */
|
/* Default HTTP port */
|
||||||
|
Loading…
Reference in New Issue
Block a user