Package: libsqlite3-0
Version: 3.7.11-3
Severity: important

Hi,

Firefox/Iceweasel uses a page size of 32k, but sqlite won't allow it
because the maximum it allows by default is 8k (through the
SQLITE_MAX_DEFAULT_PAGE_SIZE define). Please set
SQLITE_MAX_DEFAULT_PAGE_SIZE to 32768. This doesn't affect the actual
defaults, it just affects the maximum value that can be set by
"PRAGMA page_size" or other means of specifying a page size.

SQLITE_MAX_SCHEMA_RETRY increases the times SQLite may try to reparse
statements when the schema changes. This is important when supporting
lots of concurrent connections, especially when they use shared cache.
Firefox/Iceweasel needs more than the default 5. The value Firefox
uses is 25.

Thanks

Mike


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libsqlite3-0 depends on:
ii  libc6              2.13-32
ii  multiarch-support  2.13-32

libsqlite3-0 recommends no packages.

libsqlite3-0 suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to