diff options
author | Kevin Gillette <extemporalgenome@gmail.com> | 2014-09-11 20:50:44 -0600 |
---|---|---|
committer | Kevin Gillette <extemporalgenome@gmail.com> | 2014-09-11 20:50:44 -0600 |
commit | c0a48fb4be7c939227c06a8c27ad84292a7177f2 (patch) | |
tree | 3ff638574d63e0f46e7caf0ad9916045cea64220 | |
parent | Merge pull request #250 from guilhem/tentacool (diff) | |
download | dedo-c0a48fb4be7c939227c06a8c27ad84292a7177f2.tar.gz dedo-c0a48fb4be7c939227c06a8c27ad84292a7177f2.tar.xz |
Fixed typo in README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -427,7 +427,7 @@ Here are a few things to note when evaluating and using Bolt: * Bulk loading a lot of random writes into a new bucket can be slow as the page will not split until the transaction is committed. Randomly inserting more than 100,000 key/value pairs into a single new bucket in a single - tranaction is not advised. + transaction is not advised. ## Other Projects Using Bolt |