From 4fbdcdb13b6d2ff631affbd2c911ded54a5b928b Mon Sep 17 00:00:00 2001 From: Miraty Date: Fri, 11 Aug 2023 18:56:52 +0200 Subject: [PATCH] Knot timeout: 3 > 20 --- fn/dns.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fn/dns.php b/fn/dns.php index 2e4e5c6..1ef9d7b 100644 --- a/fn/dns.php +++ b/fn/dns.php @@ -23,7 +23,7 @@ function knotc(array $cmds, array &$output = NULL, int &$return_code = NULL): vo CONF['dns']['knotc_path'], '--blocking', '--timeout', - '3', + '20', '--', ...$cmds, ], $output, $return_code);