Results 7 comments of 大桥

and then i add some parameter in connection as : Pooling=true;Min Pool Size=5;Max Pool Size=10; to limit the connection numbers. but i got this error message: error connecting: Timeout expired....

建议在同步完官方镜像后, 替换 aplinfo.dat 内的 镜像地址 sed -i"s#http://mirror.turnkeylinux.org/turnkeylinux/images#https://mirrors.ustc.edu.cn/turnkeylinux/images#g"

感谢回复, 但是如果不替换实际镜像地址, 这个mirror就完全没有意义了

我现在在 PVE 6.2 下面,是 手动 替换本地的 aplinfo.dat 内容. 实际使用中,目前没有发现 PVE会校验 aplinfo.dat.asc

@taoky 我确实发现了校验 asc 的逻辑, 而且不能简单的修改 aplinfo.dat 还有对 aplinfo.dat.gz 的校验. 看来,只能硬改本地hosts的办法了. `my $aplsrcurl = "$aplinfo->{url}/$aplinfo->{file}.gz"; my $aplsigurl = "$aplinfo->{url}/$aplinfo->{file}.asc"; my $host = $aplinfo->{host}; my $tmp = "$aplinfodir/pveam-${host}.tmp.$$"; my $tmpgz = "$tmp.gz";...

there is 2024.11.6 . and the quic is already a stable API in .net9 , any update on this?