Don't use deprecated constant

This commit is contained in:
Michael S. Klishin 2012-09-14 11:42:56 +04:00
parent c8e17e2c7a
commit 113ee02048

View file

@ -231,7 +231,7 @@
(find {})
(paginate :page 1 :per-page 3)
(sort { :title 1 })
(read-preference ReadPreference/PRIMARY)
(read-preference ReadPreference/primary)
(options com.mongodb.Bytes/QUERYOPTION_NOTIMEOUT))
result2 (with-collection coll
(find {})