misc
This commit is contained in:
@ -78,7 +78,7 @@ export default (router, tpl) => {
|
||||
.count('t.part as c')
|
||||
.groupBy('t.part')
|
||||
.orderBy('c', 'desc')
|
||||
.limit(10);
|
||||
.limit(20);
|
||||
|
||||
res.reply({
|
||||
body: tpl.render('ranking', {
|
||||
|
Reference in New Issue
Block a user