소스 검색

Merge branch 'dev'

Miraty 2 년 전
부모
커밋
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);