updated docs; additional buffertime for timeout.

This commit is contained in:
Timo Sulg 2013-09-15 20:30:01 +02:00
parent 7570e4ce6d
commit 58b5b1ddac

View file

@ -200,7 +200,7 @@
Examples:
(.count (find-all :products))
(.count (find-all :products :criteria {:name 'Monger'} :fields {:_id -1}))
(.count (find-all :product :options {:notimeout true} :as :map))
(find-all :product :options {:notimeout true} :as :map)
"
[collection & {:keys [criteria fields options as]
:or {criteria {}, fields {}, options nil, as nil}}]