summaryrefslogtreecommitdiff
path: root/ext/net
diff options
context:
space:
mode:
Diffstat (limited to 'ext/net')
-rw-r--r--ext/net/01_net.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/net/01_net.js b/ext/net/01_net.js
index a17c66724..48cbfaaab 100644
--- a/ext/net/01_net.js
+++ b/ext/net/01_net.js
@@ -65,7 +65,7 @@
return core.opAsync("op_dns_resolve", { query, recordType, options });
}
- const DEFAULT_CHUNK_SIZE = 16_640;
+ const DEFAULT_CHUNK_SIZE = 64 * 1024;
function tryClose(rid) {
try {