diff --git a/config/environments/development.rb b/config/environments/development.rb index 362480c..b3d5589 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -38,5 +38,5 @@ Rails.application.configure do # Raises error for missing translations # config.action_view.raise_on_missing_translations = true - HEARTBEAT_INTERVAL = 1.hour + HEARTBEAT_INTERVAL = 1.minute end