[Pkg-javascript-commits] [node-leveldown] 38/492: typo, "NOT suitable for multiprocess"
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:13:42 UTC 2014
This is an automated email from the git hooks/post-receive script.
andrewrk-guest pushed a commit to annotated tag rocksdb-0.10.1
in repository node-leveldown.
commit a7c67c75545374569c07a9012f96fbc4ab449040
Author: Rod Vagg <rod at vagg.org>
Date: Fri Aug 31 11:14:02 2012 +1000
typo, "NOT suitable for multiprocess"
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 9c31d8e..22023f4 100644
--- a/README.md
+++ b/README.md
@@ -146,7 +146,7 @@ You specify `'json'` encoding for both keys and/or values, you can then supply J
Important considerations
------------------------
-* LevelDB is thread-safe but is suitable for accessing with multiple processes. You should only ever have a LevelDB database open from a single Node.js process.
+* LevelDB is thread-safe but is **not** suitable for accessing with multiple processes. You should only ever have a LevelDB database open from a single Node.js process.
TODO
----
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-leveldown.git
More information about the Pkg-javascript-commits
mailing list