Skip to content

Commit 1082b48

Browse files
committed
increased the maximum quantity of parallel requests to the identity service during invitation users by email to 10 #334
1 parent df6d055 commit 1082b48

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
@@ -183,4 +183,4 @@ export const INVITE_STATUS = {
183183
CANCELED: 'canceled',
184184
};
185185

186-
export const MAX_PARALLEL_REQUEST_QTY = 5;
186+
export const MAX_PARALLEL_REQUEST_QTY = 10;

0 commit comments

Comments
 (0)