We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a5b90 commit d20f018Copy full SHA for d20f018
test/parallel/test-dgram-send-callback-recursive.js
@@ -8,7 +8,7 @@ const chunk = 'abc';
8
var recursiveCount = 0;
9
var received = 0;
10
const limit = 10;
11
-const recursiveLimit = limit + 1;
+const recursiveLimit = 100;
12
13
function onsend() {
14
if (recursiveCount > recursiveLimit) {
0 commit comments