Skip to content

Commit 05f65f4

Browse files
tjguptamergify[bot]
authored andcommitted
feat: increase fetched file collaborators for tasks/comments (#1483)
1 parent 2d29628 commit 05f65f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export const DEFAULT_CONTAINER = 'body';
161161
export const DEFAULT_ROOT = '0';
162162
export const DEFAULT_SEARCH_DEBOUNCE = 500;
163163
export const DEFAULT_COLLAB_DEBOUNCE = 500;
164-
export const DEFAULT_MAX_COLLABORATORS = 5;
164+
export const DEFAULT_MAX_COLLABORATORS = 25;
165165
export const DEFAULT_PAGE_NUMBER = 1;
166166
export const DEFAULT_PAGE_SIZE = 50;
167167
export const DEFAULT_FETCH_START = 0;

0 commit comments

Comments
 (0)