From ac670f7749836083983eebc516efa2c4010250b7 Mon Sep 17 00:00:00 2001 From: Joel Gritter Date: Wed, 17 Nov 2021 06:39:29 -0500 Subject: [PATCH] fix(gh-5989): adjust comment load batch size - adjust the studio reply comment load batch size to 25 instead of 20 --- src/redux/studio-comment-actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redux/studio-comment-actions.js b/src/redux/studio-comment-actions.js index e652893aa..f9758d99b 100644 --- a/src/redux/studio-comment-actions.js +++ b/src/redux/studio-comment-actions.js @@ -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,