Recent Topics

1 Oct 28, 2005 19:55    

Sometimes a service you ping fails or times out. How does B2Evo control how long it waits until it times out? It seems like the value of time it waits until error is quite long. Sometimes I'd say 20-30 seconds ?

I'd like to change that value so B2Evo would only wait for a 10 second max before giving up.

I've looked into /b2evocore/functions_pings.php but can't see where any type of time value is set...

Any ideas? :-/

2 Oct 28, 2005 20:45

In the /b2evocore directory there is a file called _class_pop3.php which has the following line near the top:

var $TIMEOUT		= 60;				//	Default timeout before giving up on a network operation.

I didn't test it but that might do the trick.

3 Oct 28, 2005 20:54

I think that may have done the trick ! thanks very much. :D


Form is loading...