From d0aa52c47da7b488b4d428c6d4533b7cb14063cd Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 12 Aug 2021 14:03:31 +0200 Subject: more hoots --- bucky/app/bucky.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucky/app/bucky.js b/bucky/app/bucky.js index 478b71b..dcf73ae 100644 --- a/bucky/app/bucky.js +++ b/bucky/app/bucky.js @@ -62,7 +62,7 @@ var bucky = module.exports = { }) }, ensureHootbox: function (req, res, next){ - db.getCommentsForThread(1, 15, 0, "desc").then(function(hootbox){ + db.getCommentsForThread(1, 30, 0, "desc").then(function(hootbox){ res.hootbox = hootbox next() }) -- cgit v1.2.3-70-g09d2