From ace77dca800311e7ea47817f7e5abafa44589b1f Mon Sep 17 00:00:00 2001 From: julian laplace Date: Tue, 25 Oct 2022 23:46:36 +0200 Subject: get more comments! --- bucky/app/bucky.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bucky/app/bucky.js') diff --git a/bucky/app/bucky.js b/bucky/app/bucky.js index d494ce9..03a8b87 100644 --- a/bucky/app/bucky.js +++ b/bucky/app/bucky.js @@ -69,11 +69,11 @@ var bucky = (module.exports = { ensureHootstream: function (req, res, next) { Promise.all([ db.getHootstreamFiles({ - limit: req.query.limit || 10, + limit: req.query.limit || 20, offset: req.query.offset || 0, }), db.getHootstreamComments({ - limit: req.query.limit || 10, + limit: req.query.limit || 20, offset: req.query.offset || 0, }), ]).then(([files, comments]) => { -- cgit v1.2.3-70-g09d2