Change default number of items to fetch for the history to 15.

This commit is contained in:
Andrey Antukh 2016-03-27 18:30:00 +03:00
parent 06142bc285
commit b8dc464e88

View File

@ -185,7 +185,7 @@
(on-failure [e]
(uum/error (tr "errors.fetch-page-history"))
(rx/empty))]
(->> (rp/do :fetch/page-history {:page id})
(->> (rp/do :fetch/page-history {:page id :max 15})
(rx/map on-success)
(rx/catch on-failure))))