mirror of
https://github.com/wassname/talk.git
synced 2026-08-17 11:27:52 +08:00
Limit to 100 comments
This commit is contained in:
@@ -130,7 +130,7 @@ export function cleanUpQueue(root, queue, queueConfig) {
|
||||
$apply: (nodes) =>
|
||||
sortComments(
|
||||
nodes.filter((comment) => commentBelongToQueue(queue, comment, queueConfig))
|
||||
).slice(0, 50),
|
||||
).slice(0, 100),
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user