Merge branch 'master' of github.com:michaelklishin/monger

This commit is contained in:
Michael S. Klishin 2012-05-21 03:46:34 +04:00
commit 5a68bcebf7

View file

@ -185,7 +185,7 @@
Unlike the official Java driver, Monger uses WriteConcern/SAFE by default. We think defaults should be safe first
and WebScale fast second."
(def ^:dynamic *mongodb-write-concern* wc))
(alter-var-root #'*mongodb-write-concern* (constantly wc)))
(defn connect-via-uri!