fix(gh-5989): adjust comment load batch size

- adjust the studio reply comment load batch size to 25 instead of 20
This commit is contained in:
Joel Gritter 2021-11-17 06:39:29 -05:00 committed by GitHub
parent 2667827840
commit ac670f7749
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ const eachLimit = require('async/eachLimit');
const api = require('../lib/api');
const log = require('../lib/log');
const COMMENT_LIMIT = 20;
const COMMENT_LIMIT = 25;
const {
addNewComment,