From bf3162b5c61766bf535c2c735b00b1a0c3208605 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Thu, 24 May 2018 14:31:31 +0200 Subject: Lower default timeout from 120s to 30s 120s is an insanely high default time out, lower it to 30s to make things a bit nicer. (cherry picked from commit 329a4a6159f1972ff5ec7bc2db26430f26dc61f3) --- methods/rsh.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'methods/rsh.cc') diff --git a/methods/rsh.cc b/methods/rsh.cc index 69a51a13d..31cbb3bcd 100644 --- a/methods/rsh.cc +++ b/methods/rsh.cc @@ -33,7 +33,7 @@ #include /*}}}*/ -unsigned long TimeOut = 120; +unsigned long TimeOut = 30; Configuration::Item const *RshOptions = 0; time_t RSHMethod::FailTime = 0; std::string RSHMethod::FailFile; -- cgit v1.2.3