Skip to content
Snippets Groups Projects
Verified Commit eadc0515 authored by Vladimír Čunát's avatar Vladimír Čunát Committed by Tomas Krizek
Browse files

ci/respdiff: keep bufsize towards respdiff at 4K

Note: this commits affects just the small respdiffs, not the big ones.
parent 8a50589b
Branches
Tags
1 merge request!920daemon: lower EDNS buffer size to 1232
Pipeline #70960 failed with stages
in 50 minutes and 45 seconds
......@@ -19,4 +19,8 @@ modules = {
'stats', -- Track internal statistics
}
-- avoid TC flags returned to respdiff
local _, up_bs = net.bufsize()
net.bufsize(4096, up_bs)
verbose(true)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment