diff --git a/src/clj/auto_ap/datomic/users.clj b/src/clj/auto_ap/datomic/users.clj index e9d113b2..80273217 100644 --- a/src/clj/auto_ap/datomic/users.clj +++ b/src/clj/auto_ap/datomic/users.clj @@ -75,7 +75,7 @@ (:sort-by args) (sort-by (sort-fn args)) (= (:asc args) false) (reverse) true (drop (:start args 0)) - true (take (:count args 100))))) + true (take (:count args 500))))) (defn count-graphql [args]