Miraty 2 лет назад
Родитель
Сommit
7c76559e7e
1 измененных файлов с 1 добавлено и 1 удалено
  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);