Limit to 100 comments

This commit is contained in:
Chi Vinh Le
2017-12-14 18:33:49 +01:00
parent a448c69a2a
commit 243d0c1493
@@ -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),
},
},
});