Skip to content

Commit

Permalink
Schedule next cutoff change
Browse files Browse the repository at this point in the history
git-svn-id: https://ai-contest.googlecode.com/svn/trunk@646 9d0e4ec5-6d14-e29b-3149-cabf4038ef1e
  • Loading branch information
Janzert committed Nov 30, 2010
1 parent bd0ae85 commit ef5cc16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions planet_wars/backend/cutoff_adjuster.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
import time
from datetime import datetime

START_TIME = datetime(2010, 11, 30, 0, 0)
START_RANK = 4540
START_TIME = datetime(2010, 11, 30, 12, 0)
START_RANK = 3020

END_TIME = datetime(2010, 11, 30, 5, 0)
END_RANK = 3020
END_TIME = datetime(2010, 12, 1, 0, 0)
END_RANK = 1000

CUTOFF_FILE = "/home/contest/pairing_cutoff"

Expand Down

0 comments on commit ef5cc16

Please sign in to comment.