From 4fb7fdb1f6bee21aac59d4a3969d7cb11df69b21 Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Tue, 11 Aug 2015 20:51:39 -0500 Subject: [PATCH] Bug 1193377 - Remove SCHEDULER_COALESCE_THRESHOLD_MS from TelemetrySession.jsm. r=gfritzsche --HG-- extra : transplant_source : R%C0S%B4%8CO%D1%FA%BB%DF%99%EE%AD%ED%EB2%17%7Bh3 --- toolkit/components/telemetry/TelemetrySession.jsm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/toolkit/components/telemetry/TelemetrySession.jsm b/toolkit/components/telemetry/TelemetrySession.jsm index 16277f63e782..19e76c73bd5f 100644 --- a/toolkit/components/telemetry/TelemetrySession.jsm +++ b/toolkit/components/telemetry/TelemetrySession.jsm @@ -89,10 +89,6 @@ const SCHEDULER_TICK_IDLE_INTERVAL_MS = 60 * 60 * 1000; // The tolerance we have when checking if it's midnight (15 minutes). const SCHEDULER_MIDNIGHT_TOLERANCE_MS = 15 * 60 * 1000; -// Coalesce the daily and aborted-session pings if they are both due within -// two minutes from each other. -const SCHEDULER_COALESCE_THRESHOLD_MS = 2 * 60 * 1000; - // Seconds of idle time before pinging. // On idle-daily a gather-telemetry notification is fired, during it probes can // start asynchronous tasks to gather data.