Skip to content
This repository has been archived by the owner on Mar 27, 2018. It is now read-only.

Commit

Permalink
Adjust elimination params.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom committed Jul 11, 2011
1 parent 6b99cf0 commit cf1304a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/nomination.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Nomination
include DataMapper::Resource

DEFAULT_ELIMINATION_SCORE = -3
TTL = 3 * 60 * 60 # 3 h
DEFAULT_ELIMINATION_SCORE = -2
TTL = 1 * 60 * 60 # 3 h

property :id, Serial
property :score, Integer, :default => 0
Expand Down

0 comments on commit cf1304a

Please sign in to comment.