mirror of
http://ghproxy.cn/https://github.com/multunus/onemdm-server
synced 2025-12-06 02:04:57 +00:00
Change the heartbeat configuration to 2 hours
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user