From 8116e4e751f83d903ffbdd59616e36978350cb8b Mon Sep 17 00:00:00 2001 From: leenasn Date: Wed, 11 Nov 2015 14:22:20 +0530 Subject: [PATCH] Change the heartbeat interval to 1 minute for testing --- config/environments/development.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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