100 per page

This commit is contained in:
Bryce Covert
2018-12-15 10:17:47 -08:00
parent b108f81a75
commit ea8a0bc2e0
4 changed files with 4 additions and 5 deletions

View File

@@ -19,7 +19,7 @@
y))
(defn paginator [{:keys [start end count total on-change]}]
(let [per-page 20
(let [per-page 100
max-buttons 5
buttons-before (Math/floor (/ max-buttons 2))
total-pages (Math/ceil (/ total per-page))