From 232d871773cbc0738744454d64b6e0a8c28eac1e Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 22 Oct 2019 13:29:36 +0200 Subject: [PATCH] :sparkles: Load more history data on first request. --- frontend/src/uxbox/main/data/history.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)