A BIG QUESTION ABOUT PKG

I am from China,so I edited /usr/local/etc/pkg/repos/FreeBSD.conf
I added the fastest mirror to the config file and used "pkg update -f" to refresh it.
It was fast(10mb/sec)when refreshing. But when I tried to install some packages,It would download files really slowly(30+kb/sec)
WHY???

I can't fix it,plz help me!

# cat /usr/local/etc/pkg/repos/FreeBSD.conf
####################################################
FreeBSD-base: { enabled: no }
FreeBSD-ports: { enabled: no }
FreeBSD-ports-kmods: { enabled: no }

ustc: {
url: "https://mirrors.ustc.edu.cn/freebsd-pkg/${ABI}/quarterly"
}
####################################################
 
Back
Top