diff options
-rw-r--r-- | doc/design/caching_database.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design/caching_database.mdwn b/doc/design/caching_database.mdwn index c61dd4852..a90edc077 100644 --- a/doc/design/caching_database.mdwn +++ b/doc/design/caching_database.mdwn @@ -26,7 +26,7 @@ Store in the database the Ref of the branch that was used to construct it. ## implementation plan 1. Store incremental fsck info in db, on a branch, with sqlite. **done** -2. Make sure that builds on all platforms. +2. Make sure that builds on all platforms, and works reliably. **done** 3. Implement for metadata, on a branch, with sqlite. 4. Add associated file mappings support. This is needed to fully use the caching database to construct views. |