aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2011-09-19 13:01:53 +0000
committerdrh <drh@noemail.net>2011-09-19 13:01:53 +0000
commit432e0bc6dc62950c3880d0c0de9e504d16b82b14 (patch)
treecf1b54a499a3a717f48b456149208e464c88590f /src
parent73ac46da31d1579105686096251de75b87dc69df (diff)
downloadsqlite-432e0bc6dc62950c3880d0c0de9e504d16b82b14.tar.gz
sqlite-432e0bc6dc62950c3880d0c0de9e504d16b82b14.zip
Increase the default lookaside cache line size from 100 to 128 bytes.
FossilOrigin-Name: db019465036171fcad31181bec7d6ac185f50430
Diffstat (limited to 'src')
-rw-r--r--src/global.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/global.c b/src/global.c
index 69daa5e9f..1e691c449 100644
--- a/src/global.c
+++ b/src/global.c
@@ -143,7 +143,7 @@ SQLITE_WSD struct Sqlite3Config sqlite3Config = {
SQLITE_THREADSAFE==1, /* bFullMutex */
SQLITE_USE_URI, /* bOpenUri */
0x7ffffffe, /* mxStrlen */
- 100, /* szLookaside */
+ 128, /* szLookaside */
500, /* nLookaside */
{0,0,0,0,0,0,0,0}, /* m */
{0,0,0,0,0,0,0,0,0}, /* mutex */