From: Andreas S. <sch...@fa...> - 2013-06-08 20:52:04
|
On Sat, 8 Jun 2013, at 15:16, Matus UHLAR - fantomas wrote: > hmm, I have increased pyzor timeout to 20 seconds. Maybe I should > increase it to 60 seconds, if there's 30 seconds timeout for > wainting for one host, so the other wouldbe contactedas long? I am not sure I understand. What makes you think there's a 30s timeout? The Pyzor client has a built-in timeout of 5s: $ mv ~/.pyzor/servers ~/.pyzor/servers.bak $ echo 127.0.0.1:24441 >~/.pyzor/servers $ time pyzor ping 127.0.0.1:24441 TimeoutError: real 0m5.030s (...) $ mv ~/.pyzor/servers.bak ~/.pyzor/servers HTH, -- -- Andreas :-) |