uchup / autoblock

Automatically exported from code.google.com/p/autoblock
0 stars 0 forks source link

Use DatabaseHelper to optimize query callbacks #173

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
FetchAllLogs for example happens twice on startup because Cover.qml calls it as 
well as LogPane and thus a clear has to happen.

This stuff can be optimized by only doing a callback on the one requesting it.

Original issue reported on code.google.com by canadai...@gmail.com on 15 Dec 2014 at 8:03

GoogleCodeExporter commented 9 years ago

Original comment by canadai...@gmail.com on 15 Dec 2014 at 8:03