瀏覽代碼

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