Skip to content

Commit 60563a4

Browse files
committed
block responses for bulk requests
1 parent 86e9aa9 commit 60563a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/utils/requestProcessor.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -3220,7 +3220,8 @@ const processBulkRequest = (i, requests, params) => {
32203220
'req': params.req,
32213221
'promises': [],
32223222
'bulk': true,
3223-
'populator': params.qstring.populator
3223+
'populator': params.qstring.populator,
3224+
'blockResponses': true
32243225
};
32253226

32263227
tmpParams.qstring.app_key = (requests[i].app_key || appKey) + "";

0 commit comments

Comments
 (0)