Skip to content
This repository has been archived by the owner on Apr 5, 2018. It is now read-only.

Commit

Permalink
notls=true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Oct 21, 2013
1 parent a36afd4 commit 77d3f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace nlmdb {
#define DEFAULT_METASYNC true
#define DEFAULT_MAPASYNC false
#define DEFAULT_FIXEDMAP false
#define DEFAULT_NOTLS false
#define DEFAULT_NOTLS true

typedef struct OpenOptions {
bool createIfMissing;
Expand Down

0 comments on commit 77d3f0d

Please sign in to comment.