Skip to content

Commit

Permalink
レート変更
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSyTk committed Dec 7, 2018
1 parent 2e39a60 commit 978ed2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/task_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def self.alert id
rate = Task.calc_rate_busy id
# remaining_time = calc_available_time id #実質空き時間
# deadline = Task.calc_deadtime id #締切
if rate <= 0.85 then
if rate <= 0.4 then
"alert"
end
end
Expand Down

0 comments on commit 978ed2e

Please sign in to comment.