diff --git a/frontend/src/uxbox/main/data/history.cljs b/frontend/src/uxbox/main/data/history.cljs index 5c246c6dc5..a324f99212 100644 --- a/frontend/src/uxbox/main/data/history.cljs +++ b/frontend/src/uxbox/main/data/history.cljs @@ -145,7 +145,7 @@ ptk/WatchEvent (watch [_ state s] (let [params (merge {:page id - :max (or max 5)} + :max (or max 20)} (when since {:since since}))] (->> (rp/req :fetch/page-history params)