Miraty 1 rok pred
rodič
commit
7c76559e7e
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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'],
 		CONF['dns']['knotc_path'],
 		'--blocking',
 		'--blocking',
 		'--timeout',
 		'--timeout',
-		'3',
+		'20',
 		'--',
 		'--',
 		...$cmds,
 		...$cmds,
 	], $output, $return_code);
 	], $output, $return_code);