gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: [datstore] make sqlite page


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: [datstore] make sqlite page_size power of two
Date: Thu, 01 Jun 2017 04:07:09 +0200

This is an automated email from the git hooks/post-receive script.

david-barksdale pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new bbbe0b240 [datstore] make sqlite page_size power of two
bbbe0b240 is described below

commit bbbe0b2404d131cc0d9eda26725b65b47a7e073a
Author: David Barksdale <address@hidden>
AuthorDate: Wed May 31 21:06:16 2017 -0500

    [datstore] make sqlite page_size power of two
---
 src/datastore/plugin_datastore_sqlite.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/datastore/plugin_datastore_sqlite.c 
b/src/datastore/plugin_datastore_sqlite.c
index 323c03856..cdadfb87d 100644
--- a/src/datastore/plugin_datastore_sqlite.c
+++ b/src/datastore/plugin_datastore_sqlite.c
@@ -305,7 +305,7 @@ database_setup (const struct GNUNET_CONFIGURATION_Handle 
*cfg,
                        ENULL));
   CHECK (SQLITE_OK ==
          sqlite3_exec (plugin->dbh,
-                       "PRAGMA page_size=4092", NULL, NULL,
+                       "PRAGMA page_size=4096", NULL, NULL,
                        ENULL));
 
   CHECK (SQLITE_OK ==

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]