Bug 328598 r=bryner Expire history as you browse for faster shutdown times. Now

that we don't write a bunch of stuff at shutdown, we can re-enable 0 fill for
security.


git-svn-id: svn://10.0.0.236/trunk@194058 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
brettw%gmail.com
2006-04-10 22:30:54 +00:00
parent 412156d4cd
commit 6bb8ab374c

View File

@@ -96,12 +96,9 @@ CSRCS = \
$(NULL)
# REFEF_IO allows us to override IO functions, which is used in the AsyncIO
DEFINES = -DSQLITE_ENABLE_REDEF_IO
# -DSQLITE_SECURE_DELETE=1 will cause SQLITE to 0-fill delete data so we
# don't have to vacuum to make sure the data is not visible in the file.
# Currently, this is removed because it slows down browser shutdown (as we
# 0-fill all history entries that are expiring).
DEFINES = -DSQLITE_ENABLE_REDEF_IO -DSQLITE_SECURE_DELETE=1
ifdef ENABLE_TESTS
##LIBS = $(DIST)/lib/$(LIB_PREFIX)sqlite3_s.$(LIB_SUFFIX)