From f20751a9b41a70cb7e6e49dbffdaf986d614e0ca Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Tue, 2 Nov 2021 10:38:14 -0700 Subject: [PATCH] Adding up to 500 users --- src/clj/auto_ap/datomic/users.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]