From 2202873156947fd5f1b634347b580fe13b24f2c5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 18 May 2010 08:35:15 +0000 Subject: [PATCH] nodbg --- TODO | 1 + src/datastore/plugin_datastore_sqlite.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 9cf5a1645..aa8ba525c 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,6 @@ 0.9.0pre1: * FS: [CG] + - test indexing - test migration - TTL/priority calculations - hot-path routing, load considerations diff --git a/src/datastore/plugin_datastore_sqlite.c b/src/datastore/plugin_datastore_sqlite.c index 8df925864..f63f47b52 100644 --- a/src/datastore/plugin_datastore_sqlite.c +++ b/src/datastore/plugin_datastore_sqlite.c @@ -29,7 +29,7 @@ #include "plugin_datastore.h" #include -#define DEBUG_SQLITE GNUNET_YES +#define DEBUG_SQLITE GNUNET_NO /** * After how many payload-changing operations -- 2.25.1