Nov. 5, 2012
10:45 a.m.
On 05 Nov 2012, at 11:18, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi
I thought that there was a timeout to reach a server and that after I could get back the system. Right now I cannot. I'm using the latest pharo2.0 and I could not unfreeze it. Any idea suggestions? Stef
ZnNetworkingUtils class>>#defaultSocketStreamTimeout is 30 seconds McHttpRepository>>#httpClient has #systemPolicy which means there will be 2 retries Monticello does multiple reads and writes when you save So it will take a long time to time out⦠I and many others would vote for a much shorter timeout, like 5 seconds. Either it works or not. Sven