aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Pubstream.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-07-14 12:43:34 +0000
committerMario <mario@mariovavti.com>2020-07-14 12:43:34 +0000
commit634a515ec15baff240a2e41603d576c1c5dc88c7 (patch)
tree1b41b9bb4c51e66fbc2dcc994111ab71efb2da74 /Zotlabs/Module/Pubstream.php
parent01abb82c37e3fe5b0505154a8bf5f3bc4c712f53 (diff)
downloadvolse-hubzilla-634a515ec15baff240a2e41603d576c1c5dc88c7.tar.gz
volse-hubzilla-634a515ec15baff240a2e41603d576c1c5dc88c7.tar.bz2
volse-hubzilla-634a515ec15baff240a2e41603d576c1c5dc88c7.zip
reduce result sets and work around a regression in justifiedGallery
Diffstat (limited to 'Zotlabs/Module/Pubstream.php')
-rw-r--r--Zotlabs/Module/Pubstream.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Pubstream.php b/Zotlabs/Module/Pubstream.php
index 92ef44696..76a3e0d9e 100644
--- a/Zotlabs/Module/Pubstream.php
+++ b/Zotlabs/Module/Pubstream.php
@@ -169,7 +169,7 @@ class Pubstream extends \Zotlabs\Web\Controller {
$pager_sql = '';
}
else {
- \App::set_pager_itemspage(20);
+ \App::set_pager_itemspage(10);
$pager_sql = sprintf(" LIMIT %d OFFSET %d ", intval(\App::$pager['itemspage']), intval(\App::$pager['start']));
}