Skip to content

Commit 189af8e

Browse files
committed
more compute
1 parent 693b707 commit 189af8e

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/node-overhead-gh-action/src

1 file changed

+1
-1
lines changed

dev-packages/node-overhead-gh-action/src/app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ app.listen(port, () => {
4747
// This is complicated on purpose to simulate a real-world response
4848
function generateResponse(body) {
4949
const bodyStr = JSON.stringify(body);
50-
const RES_BODY_SIZE = 1000;
50+
const RES_BODY_SIZE = 10000;
5151

5252
const bodyLen = bodyStr.length;
5353
let resBody = '';

0 commit comments

Comments
 (0)