Bug 1573758 - Extend TTL for syncing tabs to 1 year. r=markh

Differential Revision: https://phabricator.services.mozilla.com/D69278

--HG--
extra : moz-landing-system : lando
This commit is contained in:
aarushivij 2020-04-02 00:25:42 +00:00
Родитель 3f9a2e0a21
Коммит 338bc99a4f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -4,7 +4,7 @@
var EXPORTED_SYMBOLS = ["TabEngine", "TabSetRecord"];
const TABS_TTL = 1814400; // 21 days.
const TABS_TTL = 31622400; // 366 days (1 leap year).
const TAB_ENTRIES_LIMIT = 5; // How many URLs to include in tab history.
const { XPCOMUtils } = ChromeUtils.import(