Browse Source

Merge branch 'dev'

Miraty 1 year ago
parent
commit
7c76559e7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fn/dns.php

+ 1 - 1
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);