From 6f26ed5a76ec8d72d03794a9aab0782c4a65c867 Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Thu, 25 Aug 2011 12:08:17 +0300 Subject: [PATCH] README.md: #encrypt= is very new. I don't know enough about it, so i can't sign it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbb279c..219fab5 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Sample Usage Bdb::DB_INIT_LOCK | # Initialize locking. Bdb::DB_INIT_LOG | # Initialize logging Bdb::DB_INIT_MPOOL # Initialize the in-memory cache. - env.encrypt = 'yourpassword' + # env.encrypt = 'yourpassword' # If you need it. env.open(File.join(File.dirname(__FILE__), 'tmp'), env_flags, 0); db = env.db