diff options
author | Mario <mario@mariovavti.com> | 2020-07-14 12:43:34 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-07-14 12:43:34 +0000 |
commit | 634a515ec15baff240a2e41603d576c1c5dc88c7 (patch) | |
tree | 1b41b9bb4c51e66fbc2dcc994111ab71efb2da74 /Zotlabs/Module/Directory.php | |
parent | 01abb82c37e3fe5b0505154a8bf5f3bc4c712f53 (diff) | |
download | volse-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/Directory.php')
-rw-r--r-- | Zotlabs/Module/Directory.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Directory.php b/Zotlabs/Module/Directory.php index 3eafd9f71..e1bf0f6cf 100644 --- a/Zotlabs/Module/Directory.php +++ b/Zotlabs/Module/Directory.php @@ -14,7 +14,7 @@ require_once('include/html2plain.php'); class Directory extends Controller { function init() { - App::set_pager_itemspage(60); + App::set_pager_itemspage(30); if(local_channel() && x($_GET,'ignore')) { q("insert into xign ( uid, xchan ) values ( %d, '%s' ) ", |