From c354195b8109eef235cb6c2cbc9b7dba6d560811 Mon Sep 17 00:00:00 2001 From: Leena Date: Thu, 10 Mar 2016 12:29:45 +0530 Subject: [PATCH] Change the heartbeat configuration to 2 hours --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index a2fc4ea..f959109 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -76,7 +76,7 @@ Rails.application.configure do # Do not dump schema after migrations. config.active_record.dump_schema_after_migration = false - HEARTBEAT_INTERVAL = 12.hour + HEARTBEAT_INTERVAL = 2.hours ACTIVE_TIMEFRAME = 48.hours MISSING_TIMEFRAME = 120.hours