diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-08-12 14:06:02 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-08-12 14:06:02 +0200 |
| commit | a52dc52969bc579f09296dec2ac8f1abba861784 (patch) | |
| tree | 45bcf839cac6a28c1283eb7a39effa1405ea32d1 /bucky/app/bucky.js | |
| parent | d0aa52c47da7b488b4d428c6d4533b7cb14063cd (diff) | |
more hoots
Diffstat (limited to 'bucky/app/bucky.js')
| -rw-r--r-- | bucky/app/bucky.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bucky/app/bucky.js b/bucky/app/bucky.js index dcf73ae..b9d9a16 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, 30, 0, "desc").then(function(hootbox){ + db.getCommentsForThread(1, 20, 0, "desc").then(function(hootbox){ res.hootbox = hootbox next() }) |
