X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=submit%2FMO%2FSubmit.pm;h=4497eef41ea391637633141bc167cfcc2c473f07;hb=d047668d020b301d034f0acd7f2873e926bba6e1;hp=f85852cfb008f3a2aeb4dd7eb4d4e6b7072efd50;hpb=91f44a34afc80be20a8f9de9b07e9b0099275fe8;p=moe.git diff --git a/submit/MO/Submit.pm b/submit/MO/Submit.pm index f85852c..4497eef 100644 --- a/submit/MO/Submit.pm +++ b/submit/MO/Submit.pm @@ -23,8 +23,10 @@ sub new($) { "Cert" => "$mo/cert.pem", "CACert" => "$mo/ca-cert.pem", "Trace" => defined $ENV{"MO_SUBMIT_TRACE"}, - "History" => "$home/.history", # Keep submission history in this directory - "RefreshTimer" => 5000, # How often GUI sends STATUS commands [ms] + "Checks" => 1, +# "History" => "$home/.history", # Keep submission history in this directory + "RefreshTimer" => 60000, # How often GUI sends STATUS commands [ms] + "root" => $root, "user" => $user, "sk" => undef, "error" => undef,