X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=submit%2FMO%2FSubmit.pm;h=4497eef41ea391637633141bc167cfcc2c473f07;hb=eff3e813ec7d6c246dfadea41432fd68ec2e86fd;hp=18441dc791cc360ecff490debb6e498a6ca4f8c9;hpb=527f7b4981d451a4d5b55ae638220192112633c3;p=eval.git diff --git a/submit/MO/Submit.pm b/submit/MO/Submit.pm index 18441dc..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,