diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2016-09-08 10:32:55 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-08 10:32:55 -0600 |
commit | 215223e6a924215f5622bf071d2e7123c9f05d2d (patch) | |
tree | 37358fedb1e831052a49be984464f9c3f6c7811c /README.md | |
parent | Merge pull request #561 from zhujun2006/master (diff) | |
download | dedo-215223e6a924215f5622bf071d2e7123c9f05d2d.tar.gz dedo-215223e6a924215f5622bf071d2e7123c9f05d2d.tar.xz |
README
Added note to README that the file format is fixed.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -15,11 +15,11 @@ and setting values. That's it. ## Project Status -Bolt is stable and the API is fixed. Full unit test coverage and randomized -black box testing are used to ensure database consistency and thread safety. -Bolt is currently in high-load production environments serving databases as -large as 1TB. Many companies such as Shopify and Heroku use Bolt-backed -services every day. +Bolt is stable, the API is fixed, and the file format is fixed. Full unit +test coverage and randomized black box testing are used to ensure database +consistency and thread safety. Bolt is currently in high-load production +environments serving databases as large as 1TB. Many companies such as +Shopify and Heroku use Bolt-backed services every day. ## Table of Contents |