Merge branch 'master' of github.com:michaelklishin/monger
This commit is contained in:
commit
5a68bcebf7
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@
|
||||||
|
|
||||||
Unlike the official Java driver, Monger uses WriteConcern/SAFE by default. We think defaults should be safe first
|
Unlike the official Java driver, Monger uses WriteConcern/SAFE by default. We think defaults should be safe first
|
||||||
and WebScale fast second."
|
and WebScale fast second."
|
||||||
(def ^:dynamic *mongodb-write-concern* wc))
|
(alter-var-root #'*mongodb-write-concern* (constantly wc)))
|
||||||
|
|
||||||
|
|
||||||
(defn connect-via-uri!
|
(defn connect-via-uri!
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue