зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
0195fc9ecd
Коммит
4fb7fdb1f6
|
@ -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).
|
// The tolerance we have when checking if it's midnight (15 minutes).
|
||||||
const SCHEDULER_MIDNIGHT_TOLERANCE_MS = 15 * 60 * 1000;
|
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.
|
// Seconds of idle time before pinging.
|
||||||
// On idle-daily a gather-telemetry notification is fired, during it probes can
|
// On idle-daily a gather-telemetry notification is fired, during it probes can
|
||||||
// start asynchronous tasks to gather data.
|
// start asynchronous tasks to gather data.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче