Skip to content

Commit 948b8cd

Browse files
committed
Fix datagram server size limit in test
1 parent e1118a9 commit 948b8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixtures/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ export async function createServer() {
325325
tosend[0] +
326326
Math.min(
327327
Math.ceil(tosend[1] * mDatagramSize),
328-
10_000_000
328+
10_000_000_000
329329
) /
330330
1000
331331
)

0 commit comments

Comments
 (0)