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
This commit is contained in:
Aaron Raimist 2015-08-11 20:51:39 -05:00
Родитель 0195fc9ecd
Коммит 4fb7fdb1f6
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -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.