Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
heyunpeng committed Aug 29, 2015
1 parent 63b0ace commit a690ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def checkGrid (object)
Rails.logger.debug prizetotal
Rails.logger.debug localcoin

if localcoin >= totalcoin*0.15 then
if localcoin >= totalcoin*0.2 then
globalgrid = localgrid
totalcoin = localcoin
break
Expand Down

0 comments on commit a690ebc

Please sign in to comment.