Gecko engine for Wine
Go to file
Edward Lee 653b88df98 Bug 565411 - Sync 5000 most frecent pages instead of 1000 recent for first sync [r=mconnor]
Use an async sql query to get uris by frecency instead of query result nodes, and wrap it with sync/async to keep the sync interface without blocking UI. Rough timings of getAllIDs: old 1k = 1.6sec blocking; old 5k = 2.7sec blocking; new 1k = .2sec non-block; new 5k = .6sec non-block.
2010-05-13 11:44:19 -07:00
services Bug 565411 - Sync 5000 most frecent pages instead of 1000 recent for first sync [r=mconnor] 2010-05-13 11:44:19 -07:00