summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2008-04-29 19:10:50 +0200
committerEdward Hervey <bilboed@bilboed.com>2008-05-08 21:08:19 +0200
commitc4b75f045b7016728d149bf2b7bdfc438fe1af8f (patch)
tree5156e07f16a8b5ceb85c4b8fc3bc87263d41b34d /TODO
parent09fd8d2017e516819da5a380971b5a261e1c44d6 (diff)
start storage asynchronously and add note about potential performance optimization
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 42d1252..80b9f85 100644
--- a/TODO
+++ b/TODO
@@ -43,6 +43,8 @@ Non-milestone-specific / Bonus features
* DBusRemoteTest : Add features so that, for some tests, we don't spawn a new
remote process for every instance, but instead reuse existing ones (and
re-spawning new instances if that one crashes).
+ * Storage : SQLite storage is being done in the main thread, which can take
+ several seconds... blocking the triggering of other subtests.
* Namespace changing
* Switch to instanity (Insanity / net.gstreamer.Insanity)