Overview
SHA1 Hash: | 71ed18cc4b891c43cc0230e6cbc81f910144d622 |
---|---|
Date: | 2007-08-01 02:03:31 |
User: | drh |
Comment: | Do not attempt to verify phantoms. Set the default max message size at 500K instead of 1MB. Updates to the todo list. |
Timelines: | ancestors | descendants | both | trunk |
Other Links: | files | ZIP archive | manifest |
Tags And Properties
- branch=trunk inherited from [a28c83647d]
- sym-trunk inherited from [a28c83647d]
Changes
[hide diffs]Modified src/content.c from [f226d0adbd] to [f6a48a05e1].
@@ -311,15 +311,15 @@ db_exec(&s1); db_exec(&s2); db_end_transaction(0); db_finalize(&s1); db_finalize(&s2); + verify_before_commit(rid); } blob_reset(&src); blob_reset(&data); blob_reset(&delta); - verify_before_commit(rid); } /* ** COMMAND: test-content-deltify **
Modified src/xfer.c from [6321404911] to [28318ca22c].
@@ -132,11 +132,11 @@ */ static int send_all_pending(Blob *pOut){ int iRidSent = 0; int sent = 0; int nSent = 0; - int maxSize = db_get_int("http-msg-size", 1000000); + int maxSize = db_get_int("http-msg-size", 500000); Stmt q; #if 0 db_multi_exec( "CREATE TEMP TABLE priority(rid INTEGER PRIMARY KEY);" "INSERT INTO priority"
Modified todo.txt from [f69075047f] to [2f6d897944].
@@ -1,13 +1,6 @@ Things to work on: - - * Bug: The timeline is visible in sqlitert even though anonymous - access is turned off. The timeline menu item should be omitted - and the timeline page should be disallowed if the user does not - have the right access permissions. Feel free to add new access - permissions (view timeline permission?) if this seems like something - appropriate to do. * Use the wiki_convert() routine to render comments and other text on web pages. * If the server does not have write permission on the database