зеркало из https://github.com/mozilla/gecko-dev.git
Bug 527767 - Sync more history items on first sync
Syncing 1000 items should be good enough for anybody......
This commit is contained in:
Родитель
ca8fe4c267
Коммит
00cc35abdf
|
@ -189,7 +189,7 @@ HistoryStore.prototype = {
|
|||
options = this._hsvc.getNewQueryOptions();
|
||||
|
||||
query.minVisits = 1;
|
||||
options.maxResults = 100;
|
||||
options.maxResults = 1000;
|
||||
options.sortingMode = options.SORT_BY_DATE_DESCENDING;
|
||||
options.queryType = options.QUERY_TYPE_HISTORY;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче