aeris 3 years ago
parent 84a72139a6
commit 18fed00b19
  1. 4
      app/controllers/check_controller.rb

@ -15,9 +15,9 @@ class CheckController < ApplicationController
end
def refresh
unless @result.pending
unless @analysis.pending
if Rails.env == 'production'
refresh_allowed = @result.updated_at + Rails.configuration.refresh_delay
refresh_allowed = @analysis.updated_at + Rails.configuration.refresh_delay
if Time.now < refresh_allowed
flash[:warning] = "Merci d’attendre au moins #{l refresh_allowed} pour rafraîchir"
return redirect_to action: :show, id: @host

Loading…
Cancel
Save