1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-05 15:55:57 +03:00

Increase the default lookaside cache line size from 100 to 128 bytes.

FossilOrigin-Name: db019465036171fcad31181bec7d6ac185f50430
This commit is contained in:
drh
2011-09-19 13:01:53 +00:00
parent 73ac46da31
commit 432e0bc6dc
3 changed files with 9 additions and 9 deletions

View File

@@ -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 */