]> mj.ucw.cz Git - moe.git/blobdiff - submit/MO/Submit.pm
Added the show-submits utility.
[moe.git] / submit / MO / Submit.pm
index f85852cfb008f3a2aeb4dd7eb4d4e6b7072efd50..4497eef41ea391637633141bc167cfcc2c473f07 100644 (file)
@@ -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,