mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 527767 - Sync more history items on first sync
Syncing 1000 items should be good enough for anybody......
This commit is contained in:
parent
64503c605c
commit
79f980a983
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user