Bug 527767 - Sync more history items on first sync

Syncing 1000 items should be good enough for anybody......
This commit is contained in:
Edward Lee 2009-11-12 13:51:28 -08:00
parent 64503c605c
commit 79f980a983

View File

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