X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=submit%2FMO%2FSubmit.pm;h=4497eef41ea391637633141bc167cfcc2c473f07;hb=de55454b05f3fee3c8268c5c5d299c31bd212811;hp=a375058cc07176f2eea79bacf2b245fbf1931c55;hpb=27eeef5382c1b3693c6ab64391cac17de9dc0016;p=eval.git diff --git a/submit/MO/Submit.pm b/submit/MO/Submit.pm index a375058..4497eef 100644 --- a/submit/MO/Submit.pm +++ b/submit/MO/Submit.pm @@ -18,13 +18,15 @@ sub new($) { my $root = $ENV{"MO_ROOT"} or die "Environment variable MO_ROOT not set\n"; my $self = { "Contest" => "CPSPC 2007", - "Server" => "localhost:8888", + "Server" => "kamzice.ms.mff.cuni.cz:8888", "Key" => "$mo/key.pem", # Keys and certificates "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,